cataclysm-dda: fix build with gcc9
This commit is contained in:
parent
dffcb87383
commit
65eb7fe785
@ -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"
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user