Enabling again the setuptoolsTrial python package, so at least

the nixpkgs tarball does not fail.

svn path=/nixpkgs/trunk/; revision=21195
This commit is contained in:
Lluís Batlle i Rossell 2010-04-21 10:38:12 +00:00
parent ac5555e40c
commit 8d9ac92768

View File

@ -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