summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2017-08-02 15:05:00 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2017-08-02 15:05:00 +0200
commit6e6271e82fba1e5aa0cd4649843c1c803af9115a (patch)
tree8fc964d86a1b363c08066378b3ec9d27b6850085 /pkgs/development/interpreters
parent4f66c0cf21613301f0932b93ee885cab7f933fa7 (diff)
downloadnixlib-6e6271e82fba1e5aa0cd4649843c1c803af9115a.tar
nixlib-6e6271e82fba1e5aa0cd4649843c1c803af9115a.tar.gz
nixlib-6e6271e82fba1e5aa0cd4649843c1c803af9115a.tar.bz2
nixlib-6e6271e82fba1e5aa0cd4649843c1c803af9115a.tar.lz
nixlib-6e6271e82fba1e5aa0cd4649843c1c803af9115a.tar.xz
nixlib-6e6271e82fba1e5aa0cd4649843c1c803af9115a.tar.zst
nixlib-6e6271e82fba1e5aa0cd4649843c1c803af9115a.zip
python.buildEnv: undo removal of passthru.python
Diffstat (limited to 'pkgs/development/interpreters')
-rw-r--r--pkgs/development/interpreters/python/wrapper.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/interpreters/python/wrapper.nix b/pkgs/development/interpreters/python/wrapper.nix
index 71e9e6143527..f95e51c82ee7 100644
--- a/pkgs/development/interpreters/python/wrapper.nix
+++ b/pkgs/development/interpreters/python/wrapper.nix
@@ -39,6 +39,7 @@ let
 
     passthru = python.passthru // {
       interpreter = "${env}/bin/${python.executable}";
+      inherit python;
       env = stdenv.mkDerivation {
         name = "interactive-${python.name}-environment";
         nativeBuildInputs = [ env ];