buildCrystalPackage: move env variable(s) into env for structuredAttrs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user