From 79043d15cc1c3623c8b505415992da221f0ad8b5 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Thu, 19 May 2016 12:05:39 +0200 Subject: [PATCH] build python35Packages.{blaze, pandas, scikitlearn} on Hydra as these take a long time to build. --- pkgs/top-level/release.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix index e933b96d134c..83bbf3b96e8e 100644 --- a/pkgs/top-level/release.nix +++ b/pkgs/top-level/release.nix @@ -266,7 +266,11 @@ let python2Packages = { }; python27Packages = { }; python3Packages = { }; - python35Packages = { }; + python35Packages = { + blaze = unix; + pandas = unix; + scikitlearn = unix; + }; xorg = { fontadobe100dpi = linux ++ darwin;