pythonPackages: inherit stdenv as well

This commit is contained in:
Frederik Rietdijk 2021-03-24 13:40:27 +01:00
parent 0e5ab73b0e
commit a81f999437
1 changed files with 1 additions and 1 deletions

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;