buildCrystalPackage: move env variable(s) into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-09 22:36:21 +01:00
parent 1d6dcd1824
commit 8908beaf74
@@ -108,9 +108,11 @@ stdenv.mkDerivation (
++ [ "runHook postConfigure" ]
));
CRFLAGS = lib.concatStringsSep " " defaultOptions;
env = {
CRFLAGS = lib.concatStringsSep " " defaultOptions;
PREFIX = placeholder "out";
PREFIX = placeholder "out";
};
inherit enableParallelBuilding;
strictDeps = true;