mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
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
Block a user