uhexen2: move env variable into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-05-16 23:12:29 +02:00
parent 319ccfc734
commit d2a7ed328d
+1 -1
View File
@@ -45,7 +45,7 @@ stdenv.mkDerivation {
)
'';
NIX_CFLAGS_COMPILE = "-std=gnu17";
env.NIX_CFLAGS_COMPILE = "-std=gnu17";
buildPhase = ''
runHook preBuild