summary refs log tree commit diff
path: root/pkgs/games/asc
diff options
context:
space:
mode:
authorThomas Bereknyei <tomberek@gmail.com>2021-03-30 22:02:23 -0400
committerThomas Bereknyei <tomberek@gmail.com>2021-03-30 22:02:23 -0400
commit06926a4294dd5982683aa9c1918e8323632bd27f (patch)
treee7787831adb3ebabd3e70887fd1e7ff87d86e08e /pkgs/games/asc
parent2749351acd828a1fbddf8cb6efd1a9cb33d22e0f (diff)
downloadnixpkgs-06926a4294dd5982683aa9c1918e8323632bd27f.tar
nixpkgs-06926a4294dd5982683aa9c1918e8323632bd27f.tar.gz
nixpkgs-06926a4294dd5982683aa9c1918e8323632bd27f.tar.bz2
nixpkgs-06926a4294dd5982683aa9c1918e8323632bd27f.tar.lz
nixpkgs-06926a4294dd5982683aa9c1918e8323632bd27f.tar.xz
nixpkgs-06926a4294dd5982683aa9c1918e8323632bd27f.tar.zst
nixpkgs-06926a4294dd5982683aa9c1918e8323632bd27f.zip
asc: relax error
Diffstat (limited to 'pkgs/games/asc')
-rw-r--r--pkgs/games/asc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/asc/default.nix b/pkgs/games/asc/default.nix
index 9e9f188bf1b..778f5224d2d 100644
--- a/pkgs/games/asc/default.nix
+++ b/pkgs/games/asc/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
 
   configureFlags = [ "--disable-paragui" "--disable-paraguitest" ];
 
-  NIX_CFLAGS_COMPILE = "-fpermissive"; # I'm too lazy to catch all gcc47-related problems
+  NIX_CFLAGS_COMPILE = "-fpermissive -Wno-error=narrowing"; # I'm too lazy to catch all gcc47-related problems
   hardeningDisable = [ "format" ];
 
   buildInputs = [