python.buildEnv: undo removal of passthru.python

This commit is contained in:
Frederik Rietdijk 2017-08-02 15:05:00 +02:00
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 ];