3
0
Fork 0
forked from mirrors/nixpkgs

build python35Packages.{blaze, pandas, scikitlearn} on Hydra

as these take a long time to build.
This commit is contained in:
Frederik Rietdijk 2016-05-19 12:05:39 +02:00
parent 295bcdfb5e
commit 79043d15cc

View file

@ -266,7 +266,11 @@ let
python2Packages = { };
python27Packages = { };
python3Packages = { };
python35Packages = { };
python35Packages = {
blaze = unix;
pandas = unix;
scikitlearn = unix;
};
xorg = {
fontadobe100dpi = linux ++ darwin;