diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 34cd496c1cc..a4bd74f3cff 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -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;