gravit: move NIX_CFLAGS_COMPILE into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-30 23:08:14 +01:00
parent 507c5e3bec
commit 508223d4c3
+1 -1
View File
@@ -64,7 +64,7 @@ stdenv.mkDerivation (finalAttrs: {
enableParallelBuilding = true;
NIX_CFLAGS_COMPILE = [
env.NIX_CFLAGS_COMPILE = toString [
"-DSDL_INCLUDE_GLU_H"
];