uhexen2: move env variable into env for structuredAttrs (#521097)

This commit is contained in:
Sandro
2026-05-17 00:18:35 +00:00
committed by GitHub
+1 -1
View File
@@ -45,7 +45,7 @@ stdenv.mkDerivation {
)
'';
NIX_CFLAGS_COMPILE = "-std=gnu17";
env.NIX_CFLAGS_COMPILE = "-std=gnu17";
buildPhase = ''
runHook preBuild