about summary refs log tree commit diff
path: root/pkgs/games/azimuth/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/azimuth/default.nix')
-rw-r--r--pkgs/games/azimuth/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/azimuth/default.nix b/pkgs/games/azimuth/default.nix
index 16e8f1adf0f98..ed03c2afd71c9 100644
--- a/pkgs/games/azimuth/default.nix
+++ b/pkgs/games/azimuth/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [ which ];
   buildInputs = [ SDL ];
 
-  NIX_CFLAGS_COMPILE = toString [ "-Wno-error=maybe-uninitialized" ];
+  env.NIX_CFLAGS_COMPILE = toString [ "-Wno-error=maybe-uninitialized" ];
 
   preConfigure = ''
     substituteInPlace data/azimuth.desktop \