zeroad-unwrapped: remove top-level override

This commit is contained in:
Aliaksandr
2026-01-25 11:43:54 -05:00
committed by Michael Daniels
parent 26b0093bc9
commit 682ede8ddf
2 changed files with 5 additions and 10 deletions
+5 -5
View File
@@ -4,7 +4,7 @@
perl,
fetchurl,
python3,
fmt,
fmt_9,
libidn,
pkg-config,
spidermonkey_115,
@@ -34,7 +34,7 @@
cxxtest,
freetype,
withEditor ? true,
wxGTK,
wxGTK32,
}:
# You can find more instructions on how to build 0ad here:
@@ -80,19 +80,19 @@ stdenv.mkDerivation rec {
gloox
nvidia-texture-tools
libsodium
fmt
fmt_9
freetype
premake5
cxxtest
]
++ lib.optional withEditor wxGTK;
++ lib.optional withEditor wxGTK32;
env.NIX_CFLAGS_COMPILE = toString [
"-I${xorgproto}/include"
"-I${libX11.dev}/include"
"-I${libXcursor.dev}/include"
"-I${SDL2}/include/SDL2"
"-I${fmt.dev}/include"
"-I${fmt_9.dev}/include"
"-I${nvidia-texture-tools.dev}/include"
];
-5
View File
@@ -12473,11 +12473,6 @@ with pkgs;
yquake2-all-games
;
zeroad-unwrapped = callPackage ../by-name/ze/zeroad-unwrapped/package.nix {
wxGTK = wxGTK32;
fmt = fmt_9;
};
### DESKTOP ENVIRONMENTS
arcan-wrapped = arcan.wrapper.override { };