packages/build-support/buildPythonPackage: set stdenv directly

This commit is contained in:
Max Headroom 2023-02-25 13:13:34 +01:00
parent de58e712b8
commit ed094531dc
2 changed files with 1 additions and 1 deletions

View file

@ -42,6 +42,7 @@ in
;
inherit (pkgs)
ensureNewerSourcesForZipFilesHook
stdenv
;
};

View file

@ -24,7 +24,6 @@
drv-backends.buildPythonPackage
];
pyprojectToml = ./pyproject.toml;
inherit (pkgs) stdenv;
propagatedBuildInputs = deps;