openmw.tes3mp: disable-warnings-if-gcc13
This commit is contained in:
parent
f8ae5d476b
commit
4b31530a14
@ -7,13 +7,14 @@
|
||||
, luajit
|
||||
, makeWrapper
|
||||
, symlinkJoin
|
||||
, disable-warnings-if-gcc13
|
||||
}:
|
||||
|
||||
# revisions are taken from https://github.com/GrimKriegor/TES3MP-deploy
|
||||
|
||||
let
|
||||
# raknet could also be split into dev and lib outputs
|
||||
raknet = stdenv.mkDerivation {
|
||||
raknet = disable-warnings-if-gcc13 (stdenv.mkDerivation {
|
||||
pname = "raknet";
|
||||
version = "unstable-2020-01-19";
|
||||
|
||||
@ -35,7 +36,7 @@ let
|
||||
installPhase = ''
|
||||
install -Dm555 lib/libRakNetLibStatic.a $out/lib/libRakNetLibStatic.a
|
||||
'';
|
||||
};
|
||||
});
|
||||
|
||||
coreScripts = stdenv.mkDerivation {
|
||||
pname = "corescripts";
|
||||
|
Loading…
Reference in New Issue
Block a user