python3Packages.ifcopenshell: move env vars into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-28 13:38:14 +01:00
parent 2ba5b34ed8
commit 6da45f70bc
@@ -130,7 +130,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "ifcopenshell" ];
PYTHONUSERBASE = ".";
env.PYTHONUSERBASE = ".";
# We still build with python to generate ifcopenshell_wrapper.py and ifcopenshell_wrapper.so
cmakeFlags = [