From 4a667af888f4fa330f4ade4d2c8fd6da4911c3be Mon Sep 17 00:00:00 2001 From: Theodore Ni <3806110+tjni@users.noreply.github.com> Date: Sun, 2 Jul 2023 01:57:38 -0700 Subject: [PATCH] python310Packages.jaraco_collections: add "env." prefix --- pkgs/development/python-modules/jaraco_collections/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/jaraco_collections/default.nix b/pkgs/development/python-modules/jaraco_collections/default.nix index 07cc11ec92e6..32b2a974d3bd 100644 --- a/pkgs/development/python-modules/jaraco_collections/default.nix +++ b/pkgs/development/python-modules/jaraco_collections/default.nix @@ -27,7 +27,7 @@ buildPythonPackage rec { setuptools-scm ]; - SETUPTOOLS_SCM_PRETEND_VERSION = version; + env.SETUPTOOLS_SCM_PRETEND_VERSION = version; propagatedBuildInputs = [ jaraco_classes