python.buildEnv: undo removal of passthru.python
This commit is contained in:
parent
4f66c0cf21
commit
6e6271e82f
|
@ -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 ];
|
||||
|
|
Loading…
Reference in New Issue