gravit: move NIX_CFLAGS_COMPILE into env for structuredAttrs
This commit is contained in:
@@ -64,7 +64,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
NIX_CFLAGS_COMPILE = [
|
||||
env.NIX_CFLAGS_COMPILE = toString [
|
||||
"-DSDL_INCLUDE_GLU_H"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user