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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python on Darwin: Don't depend on glibcLocales #4318

Merged
merged 1 commit into from
Sep 29, 2014

Conversation

wmertens
Copy link
Contributor

glibcLocales isn't supported on Darwin any more, and as such it should not be used as a dependency.

Not sure if this is the best way to fix it; perhaps the package should be made optional in top-level instead (

glibcLocales = callPackage ../development/libraries/glibc/2.19/locales.nix { };
but I'm not sure how to make a derivation optional), or perhaps it should create an empty dir structure on Darwin.

anyway this removes some duplication, so it's good to apply in any case 馃榿

domenkozar added a commit that referenced this pull request Sep 29, 2014
Python on Darwin: Don't depend on glibcLocales
@domenkozar domenkozar merged commit 83a749a into NixOS:master Sep 29, 2014
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

2 participants