From 8d9ac92768e2781c742a3dc9b7e0e2b976c966f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Wed, 21 Apr 2010 10:38:12 +0000 Subject: [PATCH] Enabling again the setuptoolsTrial python package, so at least the nixpkgs tarball does not fail. svn path=/nixpkgs/trunk/; revision=21195 --- pkgs/development/python2-packages/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python2-packages/default.nix b/pkgs/development/python2-packages/default.nix index 30e595a6e00..f80062308b0 100644 --- a/pkgs/development/python2-packages/default.nix +++ b/pkgs/development/python2-packages/default.nix @@ -9,10 +9,9 @@ rec { # pythonPackages # only keep packages being known to build with this python version b = builtins.removeAttrs allPythonPackages - ([ "setuptoolsTrial" - ] + ( # these packages don't build with specific python versions.. - ++ (pkgs.lib.optionals (python.libPrefix == "python2.6") + (pkgs.lib.optionals (python.libPrefix == "python2.6") [ # pythonSexy fails with: /nix/store/8ls1xar0wsxmczas4sr76n1dwpccram9-pygtk-2.16.0/bin/pygtk-codegen-2.0: line 10: exec: /nix/store/8ls1xar0wsxmczas4sr76n1dwpccram9-pygtk-2.16.0/bin/pygobject-codegen-2.0: cannot execute: No such file or directory # Don't disable it even if it fails. Disabling breaks nixpkgs tarball