mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
openmw-tes3mp: drop redundant disable-warnings-if-gcc13
This commit is contained in:
parent
6780926802
commit
2abc33bccf
@ -7,14 +7,13 @@
|
|||||||
, luajit
|
, luajit
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
, symlinkJoin
|
, symlinkJoin
|
||||||
, disable-warnings-if-gcc13
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
# revisions are taken from https://github.com/GrimKriegor/TES3MP-deploy
|
# revisions are taken from https://github.com/GrimKriegor/TES3MP-deploy
|
||||||
|
|
||||||
let
|
let
|
||||||
# raknet could also be split into dev and lib outputs
|
# raknet could also be split into dev and lib outputs
|
||||||
raknet = disable-warnings-if-gcc13 (stdenv.mkDerivation {
|
raknet = stdenv.mkDerivation {
|
||||||
pname = "raknet";
|
pname = "raknet";
|
||||||
version = "unstable-2020-01-19";
|
version = "unstable-2020-01-19";
|
||||||
|
|
||||||
@ -46,7 +45,7 @@ let
|
|||||||
installPhase = ''
|
installPhase = ''
|
||||||
install -Dm555 lib/libRakNetLibStatic.a $out/lib/libRakNetLibStatic.a
|
install -Dm555 lib/libRakNetLibStatic.a $out/lib/libRakNetLibStatic.a
|
||||||
'';
|
'';
|
||||||
});
|
};
|
||||||
|
|
||||||
coreScripts = stdenv.mkDerivation {
|
coreScripts = stdenv.mkDerivation {
|
||||||
pname = "corescripts";
|
pname = "corescripts";
|
||||||
|
Loading…
Reference in New Issue
Block a user