python3Modules.pijuice: move env variable(s) into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-09 22:29:37 +01:00
parent a51756ad0c
commit 4cede912a2
@@ -27,8 +27,10 @@ buildPythonPackage rec {
./patch-shebang.diff
];
PIJUICE_BUILD_BASE = 1;
PIJUICE_VERSION = version;
env = {
PIJUICE_BUILD_BASE = 1;
PIJUICE_VERSION = version;
};
preBuild = ''
cd Software/Source