mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 02:33:15 +00:00
tarball: fix darwin evaluation
This commit is contained in:
parent
476c96b5c6
commit
12e788ff44
@ -12583,7 +12583,7 @@ in modules // {
|
||||
(if isPy35 then null else html5lib)
|
||||
modules.sqlite3
|
||||
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
|
||||
# `complex.h` and other libraries that pandas depends on to build.
|
||||
|
Loading…
Reference in New Issue
Block a user