python3Packages.carbon: move env vars into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-19 22:38:05 +01:00
parent 3e04f9f454
commit 9b8a627016
@@ -29,7 +29,7 @@ buildPythonPackage rec {
# Carbon-s default installation is /opt/graphite. This env variable ensures
# carbon is installed as a regular Python module.
GRAPHITE_NO_PREFIX = "True";
env.GRAPHITE_NO_PREFIX = "True";
postPatch = ''
substituteInPlace setup.py \