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:
parent
ac5555e40c
commit
8d9ac92768
|
@ -9,10 +9,9 @@ rec {
|
||||||
# pythonPackages
|
# pythonPackages
|
||||||
# only keep packages being known to build with this python version
|
# only keep packages being known to build with this python version
|
||||||
b = builtins.removeAttrs allPythonPackages
|
b = builtins.removeAttrs allPythonPackages
|
||||||
([ "setuptoolsTrial"
|
(
|
||||||
]
|
|
||||||
# these packages don't build with specific python versions..
|
# 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
|
# 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
|
# Don't disable it even if it fails. Disabling breaks nixpkgs tarball
|
||||||
|
|
Loading…
Reference in New Issue