packages/build-support/buildPythonPackage: set stdenv directly
This commit is contained in:
parent
de58e712b8
commit
ed094531dc
2 changed files with 1 additions and 1 deletions
|
@ -42,6 +42,7 @@ in
|
||||||
;
|
;
|
||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
ensureNewerSourcesForZipFilesHook
|
ensureNewerSourcesForZipFilesHook
|
||||||
|
stdenv
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,6 @@
|
||||||
drv-backends.buildPythonPackage
|
drv-backends.buildPythonPackage
|
||||||
];
|
];
|
||||||
pyprojectToml = ./pyproject.toml;
|
pyprojectToml = ./pyproject.toml;
|
||||||
inherit (pkgs) stdenv;
|
|
||||||
|
|
||||||
propagatedBuildInputs = deps;
|
propagatedBuildInputs = deps;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue