summary refs log tree commit diff
path: root/pkgs/development/interpreters/python
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-07-05 13:34:36 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-07-05 13:34:36 +0300
commit2cf8cb7f46b08eb0a547243742711b3e88b63d12 (patch)
tree85ac126f6fdd23a6d768f535bcfcc1741913c3f8 /pkgs/development/interpreters/python
parentde1b4e71c1c8be30ad4ebc2ec6005928ba6cf280 (diff)
parentaea9c778beb79a10a085cb24d57c999d85131974 (diff)
downloadnixlib-2cf8cb7f46b08eb0a547243742711b3e88b63d12.tar
nixlib-2cf8cb7f46b08eb0a547243742711b3e88b63d12.tar.gz
nixlib-2cf8cb7f46b08eb0a547243742711b3e88b63d12.tar.bz2
nixlib-2cf8cb7f46b08eb0a547243742711b3e88b63d12.tar.lz
nixlib-2cf8cb7f46b08eb0a547243742711b3e88b63d12.tar.xz
nixlib-2cf8cb7f46b08eb0a547243742711b3e88b63d12.tar.zst
nixlib-2cf8cb7f46b08eb0a547243742711b3e88b63d12.zip
Merge remote-tracking branch 'upstream/master' into staging
Diffstat (limited to 'pkgs/development/interpreters/python')
-rw-r--r--pkgs/development/interpreters/python/2.7/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/interpreters/python/2.7/default.nix b/pkgs/development/interpreters/python/2.7/default.nix
index bc7074d961fb..e47fc82f4e8e 100644
--- a/pkgs/development/interpreters/python/2.7/default.nix
+++ b/pkgs/development/interpreters/python/2.7/default.nix
@@ -202,6 +202,9 @@ let
 
       buildInputs = [ python ] ++ deps;
 
+      # We need to set this for python.buildEnv
+      pythonPath = [];
+
       inherit (mkPaths buildInputs) C_INCLUDE_PATH LIBRARY_PATH;
 
       # non-python gdbm has a libintl dependency on i686-cygwin, not on x86_64-cygwin