mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
Adding pythonPackags.pandas to binary cache. Python packages are
not part of nixpkgs/nixos jobsets in 16.03+ sinceccd1029f58
. Until it gets added again, adding some python packages that take really long to build. (cherry picked from commit713c240563
)
This commit is contained in:
parent
d4d7bfe07b
commit
31dc954bc1
|
@ -259,7 +259,9 @@ let
|
|||
|
||||
perlPackages = { };
|
||||
|
||||
pythonPackages = { };
|
||||
pythonPackages = {
|
||||
pandas = unix;
|
||||
};
|
||||
python2Packages = { };
|
||||
python27Packages = { };
|
||||
python3Packages = { };
|
||||
|
|
Loading…
Reference in a new issue