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

This commit is contained in:
Stefan Frijters
2026-02-19 15:59:56 +01:00
parent 5c38443c1f
commit e3cfdf4a5a
+1 -1
View File
@@ -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)" ];