python3Packages.pytoolconfig: move env vars into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-28 14:03:19 +01:00
parent ede0af9171
commit a24efc7d91
@@ -32,7 +32,7 @@ buildPythonPackage rec {
"doc"
];
PDM_PEP517_SCM_VERSION = version;
env.PDM_PEP517_SCM_VERSION = version;
nativeBuildInputs = [
pdm-backend