pythonPackages: inherit stdenv as well

This commit is contained in:
Frederik Rietdijk
2021-04-03 17:49:43 +02:00
parent 0e5ab73b0e
commit a81f999437
+1 -1
View File
@@ -102,7 +102,7 @@ let
in {
inherit pkgs;
inherit pkgs stdenv;
inherit (python.passthru) isPy27 isPy35 isPy36 isPy37 isPy38 isPy39 isPy3k isPyPy pythonAtLeast pythonOlder;
inherit python bootstrapped-pip buildPythonPackage buildPythonApplication;