python3Packages.hy: move env variable(s) into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-13 12:10:02 +01:00
parent a5d245efca
commit 8aea3eef5a
@@ -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 ];