Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hy: Fix build inputs #24747

Merged
merged 2 commits into from Apr 8, 2017
Merged

hy: Fix build inputs #24747

merged 2 commits into from Apr 8, 2017

Conversation

nixy
Copy link
Contributor

@nixy nixy commented Apr 8, 2017

Appdirs needs to be in propogatedBuildInputs for hy to run

Motivation for this change

When updating hy to 0.12.1 in #24735 I realized that appdirs needed to be in propogatedBuildInputs for this package to work. In its current state it is broken. This pull request is to fix the inputs without updating to a new version.

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

Appdirs needs to be in `propogatedBuildInputs` for hy to run
@mention-bot
Copy link

@nixy, thanks for your PR! By analyzing the history of the files in this pull request, we identified @globin to be a potential reviewer.

@@ -9,8 +9,7 @@ pythonPackages.buildPythonApplication rec {
sha256 = "1msqv747iz12r73mz4qvsmlwkddwjvrahlrk7ysrcz07h7dsscxs";
};

buildInputs = [ pythonPackages.appdirs ];
propagatedBuildInputs = [ pythonPackages.clint pythonPackages.astor pythonPackages.rply ];
propagatedBuildInputs = with pythonPacckages; [ appdirs clint astor rply ];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo, should be pythonPackages

@Mic92 Mic92 merged commit ec7865b into NixOS:release-17.03 Apr 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants