python.buildEnv: undo removal of passthru.python
This commit is contained in:
parent
4f66c0cf21
commit
6e6271e82f
@ -39,6 +39,7 @@ let
|
|||||||
|
|
||||||
passthru = python.passthru // {
|
passthru = python.passthru // {
|
||||||
interpreter = "${env}/bin/${python.executable}";
|
interpreter = "${env}/bin/${python.executable}";
|
||||||
|
inherit python;
|
||||||
env = stdenv.mkDerivation {
|
env = stdenv.mkDerivation {
|
||||||
name = "interactive-${python.name}-environment";
|
name = "interactive-${python.name}-environment";
|
||||||
nativeBuildInputs = [ env ];
|
nativeBuildInputs = [ env ];
|
||||||
|
Loading…
Reference in New Issue
Block a user