Don't disable pythonSexy for python 2.6

Otherwise tarball build fails.

svn path=/nixpkgs/trunk/; revision=21187
This commit is contained in:
Yury G. Kudryashov 2010-04-20 17:06:38 +00:00
parent 4cdcafb0f1
commit 445a3e07e9

View File

@ -15,7 +15,8 @@ rec {
++ (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
"pythonSexy" # Don't disable it even if it fails. Disabling breaks nixpkgs tarball
#"pythonSexy"
]) ])
++ (pkgs.lib.optionals (python.libPrefix == "python2.5") ++ (pkgs.lib.optionals (python.libPrefix == "python2.5")
[ [