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

generic-stack-builder: attempt to add propagation #40248

Merged
merged 1 commit into from
May 9, 2018

Conversation

matthewbauer
Copy link
Member

Attempt to fix #40039.

This adds a shellHook to handle propagated dependencies like that seen
in #40039 where gpgme needed libgpg-error.

Not sure if this is the correct way to do it, but this was my best attempt at it.

/cc @ElvishJerricco

Fixes NixOS#40039

This adds a shellHook to handle propagated dependencies like that seen
in NixOS#40039 where gpgme needed libgpg-error.
@matthewbauer matthewbauer requested review from peti and Ericson2314 May 9, 2018 20:49
@GrahamcOfBorg GrahamcOfBorg added 6.topic: haskell 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux labels May 9, 2018
@Ericson2314 Ericson2314 merged commit 12ee278 into NixOS:master May 9, 2018
@matthewbauer
Copy link
Member Author

One thing I’m not sure about is whether this breaks nix-build for these? Not sure if anyone uses it that way but we probably also need a configure hook to handle that.

@matthewbauer matthewbauer deleted the fix-generic-stack-builder branch February 22, 2019 04:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: haskell 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gpgme-1.11.1 - does not provide gpgme.h header file
3 participants