From 31dc954bc1c45de4f8d711615552023aa70aeba9 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Tue, 10 May 2016 15:15:12 +0000 Subject: [PATCH] Adding pythonPackags.pandas to binary cache. Python packages are not part of nixpkgs/nixos jobsets in 16.03+ since ccd1029f58. Until it gets added again, adding some python packages that take really long to build. (cherry picked from commit 713c24056397fef46717d2f0eae1940f348941e6) --- pkgs/top-level/release.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix index 8b246c5340f6..fb4b8dff2d42 100644 --- a/pkgs/top-level/release.nix +++ b/pkgs/top-level/release.nix @@ -259,7 +259,9 @@ let perlPackages = { }; - pythonPackages = { }; + pythonPackages = { + pandas = unix; + }; python2Packages = { }; python27Packages = { }; python3Packages = { };