tarball: fix darwin evaluation
(cherry picked from commit 12e788ff44a7c0eeca3bb8cb1a11d6308c2b9b10)
This commit is contained in:
parent
263fd55d4b
commit
d38e9d3b37
@ -12552,7 +12552,7 @@ in modules // {
|
|||||||
(if isPy35 then null else html5lib)
|
(if isPy35 then null else html5lib)
|
||||||
modules.sqlite3
|
modules.sqlite3
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
] ++ optional isDarwin pkgs.darwin.adv_cmds; # provides the locale command
|
] ++ optional isDarwin pkgs.darwin.locale; # provides the locale command
|
||||||
|
|
||||||
# For OSX, we need to add a dependency on libcxx, which provides
|
# For OSX, we need to add a dependency on libcxx, which provides
|
||||||
# `complex.h` and other libraries that pandas depends on to build.
|
# `complex.h` and other libraries that pandas depends on to build.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user