From 445a3e07e90570ea2a0b2636c6ed62ce3e2c1f0d Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Tue, 20 Apr 2010 17:06:38 +0000 Subject: [PATCH] Don't disable pythonSexy for python 2.6 Otherwise tarball build fails. svn path=/nixpkgs/trunk/; revision=21187 --- pkgs/development/python2-packages/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python2-packages/default.nix b/pkgs/development/python2-packages/default.nix index dc50182e67a..78b3ae759f7 100644 --- a/pkgs/development/python2-packages/default.nix +++ b/pkgs/development/python2-packages/default.nix @@ -15,7 +15,8 @@ rec { ++ (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" + # Don't disable it even if it fails. Disabling breaks nixpkgs tarball + #"pythonSexy" ]) ++ (pkgs.lib.optionals (python.libPrefix == "python2.5") [