python3Packages.trsfile: move env variable into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-06-08 18:26:17 +02:00
parent 76b2cdf22f
commit 9361dadbbf
@@ -20,7 +20,7 @@ buildPythonPackage rec {
pyproject = true;
SETUPTOOLS_SCM_PRETEND_VERSION = version;
env.SETUPTOOLS_SCM_PRETEND_VERSION = version;
build-system = [
setuptools