From 8aea3eef5ac006af9d7a2dcf35cd6f90f9ef2850 Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Fri, 13 Feb 2026 12:01:29 +0100 Subject: [PATCH] python3Packages.hy: move env variable(s) into env for structuredAttrs --- pkgs/development/python-modules/hy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/hy/default.nix b/pkgs/development/python-modules/hy/default.nix index 5e994c93ca33..6dc9c316e09c 100644 --- a/pkgs/development/python-modules/hy/default.nix +++ b/pkgs/development/python-modules/hy/default.nix @@ -25,7 +25,7 @@ buildPythonPackage rec { }; # https://github.com/hylang/hy/blob/1.0a4/get_version.py#L9-L10 - HY_VERSION = version; + env.HY_VERSION = version; build-system = [ setuptools ];