smlpkg: move env variable(s) into env for structuredAttrs
This commit is contained in:
@@ -22,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
nativeBuildInputs = [ mlton ];
|
||||
|
||||
# Set as an environment variable in all the phase scripts.
|
||||
MLCOMP = "mlton";
|
||||
env.MLCOMP = "mlton";
|
||||
|
||||
buildFlags = [ "all" ];
|
||||
installFlags = [ "prefix=$(out)" ];
|
||||
|
||||
Reference in New Issue
Block a user