about summary refs log tree commit diff
path: root/pkgs/development/interpreters/python/3.4
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-10-23 17:40:41 +0200
committerVladimír Čunát <vcunat@gmail.com>2014-10-23 17:40:41 +0200
commit2cf17b080206ef008d7b0d8f443f3cebd2c052ea (patch)
treef49a9b7299028462ba3c8be0da456284917dda8a /pkgs/development/interpreters/python/3.4
parent3ecd4dcf722ae4837be7cb60cef30a59a13b0a12 (diff)
parent8d67b707c7ce7bb2a3720e8ff9d46a8e3b601c6f (diff)
downloadnixlib-2cf17b080206ef008d7b0d8f443f3cebd2c052ea.tar
nixlib-2cf17b080206ef008d7b0d8f443f3cebd2c052ea.tar.gz
nixlib-2cf17b080206ef008d7b0d8f443f3cebd2c052ea.tar.bz2
nixlib-2cf17b080206ef008d7b0d8f443f3cebd2c052ea.tar.lz
nixlib-2cf17b080206ef008d7b0d8f443f3cebd2c052ea.tar.xz
nixlib-2cf17b080206ef008d7b0d8f443f3cebd2c052ea.tar.zst
nixlib-2cf17b080206ef008d7b0d8f443f3cebd2c052ea.zip
Merge recent master into staging
Hydra nixpkgs: ?compare=1156478
Diffstat (limited to 'pkgs/development/interpreters/python/3.4')
-rw-r--r--pkgs/development/interpreters/python/3.4/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/interpreters/python/3.4/default.nix b/pkgs/development/interpreters/python/3.4/default.nix
index 4ce659389ec6..b76b00047ba6 100644
--- a/pkgs/development/interpreters/python/3.4/default.nix
+++ b/pkgs/development/interpreters/python/3.4/default.nix
@@ -10,6 +10,8 @@
 , sqlite
 , tcl, tk
 , zlib
+, callPackage
+, self
 }:
 
 assert readline != null -> ncurses != null;
@@ -67,6 +69,7 @@ stdenv.mkDerivation {
     tkSupport = (tk != null) && (tcl != null) && (libX11 != null) && (xproto != null);
     libPrefix = "python${majorVersion}";
     executable = "python3.4m";
+    buildEnv = callPackage ../wrapper.nix { python = self; };
     isPy3 = true;
     isPy34 = true;
     is_py3k = true;  # deprecated