From 9361dadbbfe817bbfbb4cf5cfe6f1011c6d553c7 Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Mon, 8 Jun 2026 18:26:17 +0200 Subject: [PATCH] python3Packages.trsfile: move env variable into env for structuredAttrs --- pkgs/development/python-modules/trsfile/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/trsfile/default.nix b/pkgs/development/python-modules/trsfile/default.nix index ccfb61c7695b..8806087725b9 100644 --- a/pkgs/development/python-modules/trsfile/default.nix +++ b/pkgs/development/python-modules/trsfile/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pyproject = true; - SETUPTOOLS_SCM_PRETEND_VERSION = version; + env.SETUPTOOLS_SCM_PRETEND_VERSION = version; build-system = [ setuptools