python3Packages.ifcopenshell: move env vars into env for structuredAttrs
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user