openmw-tes3mp: drop redundant `disable-warnings-if-gcc13`

+2 -3
+2 -3
pkgs/games/openmw/tes3mp.nix
··· 7 , luajit 8 , makeWrapper 9 , symlinkJoin 10 - , disable-warnings-if-gcc13 11 }: 12 13 # revisions are taken from https://github.com/GrimKriegor/TES3MP-deploy 14 15 let 16 # raknet could also be split into dev and lib outputs 17 - raknet = disable-warnings-if-gcc13 (stdenv.mkDerivation { 18 pname = "raknet"; 19 version = "unstable-2020-01-19"; 20 ··· 46 installPhase = '' 47 install -Dm555 lib/libRakNetLibStatic.a $out/lib/libRakNetLibStatic.a 48 ''; 49 - }); 50 51 coreScripts = stdenv.mkDerivation { 52 pname = "corescripts";
··· 7 , luajit 8 , makeWrapper 9 , symlinkJoin 10 }: 11 12 # revisions are taken from https://github.com/GrimKriegor/TES3MP-deploy 13 14 let 15 # raknet could also be split into dev and lib outputs 16 + raknet = stdenv.mkDerivation { 17 pname = "raknet"; 18 version = "unstable-2020-01-19"; 19 ··· 45 installPhase = '' 46 install -Dm555 lib/libRakNetLibStatic.a $out/lib/libRakNetLibStatic.a 47 ''; 48 + }; 49 50 coreScripts = stdenv.mkDerivation { 51 pname = "corescripts";