savepagenow: move env variable(s) into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-09 21:37:21 +01:00
parent f97a28e4c1
commit 4a976673a2
+1 -1
View File
@@ -16,7 +16,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
sha256 = "sha256-ztM1g71g8SN1LTyFF7sxaLhC3+nVsC9fJwfYPjkUsdE=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = finalAttrs.version;
env.SETUPTOOLS_SCM_PRETEND_VERSION = finalAttrs.version;
build-system = with python3Packages; [ setuptools-scm ];