cataclysm-dda: fix build with gcc9

This commit is contained in:
Franz Pletz
2019-11-03 14:43:34 +01:00
parent dffcb87383
commit 65eb7fe785
+2
View File
@@ -25,6 +25,8 @@ stdenv.mkDerivation (common // rec {
substituteInPlace lua/autoexec.lua --replace "/usr/share" "$out/share" substituteInPlace lua/autoexec.lua --replace "/usr/share" "$out/share"
''; '';
NIX_CFLAGS_COMPILE = [ "-Wno-error=deprecated-copy" ];
makeFlags = common.makeFlags ++ [ makeFlags = common.makeFlags ++ [
"LUA=1" "LUA=1"
]; ];