mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
build python35Packages.{blaze, pandas, scikitlearn} on Hydra
as these take a long time to build.
This commit is contained in:
parent
295bcdfb5e
commit
79043d15cc
1 changed files with 5 additions and 1 deletions
|
@ -266,7 +266,11 @@ let
|
|||
python2Packages = { };
|
||||
python27Packages = { };
|
||||
python3Packages = { };
|
||||
python35Packages = { };
|
||||
python35Packages = {
|
||||
blaze = unix;
|
||||
pandas = unix;
|
||||
scikitlearn = unix;
|
||||
};
|
||||
|
||||
xorg = {
|
||||
fontadobe100dpi = linux ++ darwin;
|
||||
|
|
Loading…
Reference in a new issue