python310Packages.jaraco_collections: add "env." prefix

This commit is contained in:
Theodore Ni
2023-07-02 01:57:38 -07:00
parent 458a2ba382
commit 4a667af888
@@ -27,7 +27,7 @@ buildPythonPackage rec {
setuptools-scm
];
SETUPTOOLS_SCM_PRETEND_VERSION = version;
env.SETUPTOOLS_SCM_PRETEND_VERSION = version;
propagatedBuildInputs = [
jaraco_classes