about summary refs log tree commit diff
path: root/pkgs/games/gimx/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/gimx/default.nix')
-rw-r--r--pkgs/games/gimx/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/gimx/default.nix b/pkgs/games/gimx/default.nix
index 410228c4f02fb..9c2b260f1dbfc 100644
--- a/pkgs/games/gimx/default.nix
+++ b/pkgs/games/gimx/default.nix
@@ -39,7 +39,7 @@ in stdenv.mkDerivation rec {
 
   makeFlags = [ "build-core" ];
 
-  NIX_CFLAGS_COMPILE = [
+  env.NIX_CFLAGS_COMPILE = toString [
     # Needed with GCC 12
     "-Wno-error=address"
     "-Wno-error=deprecated-declarations"