slade: move to by-name

This commit is contained in:
Gliczy
2025-08-27 10:21:34 +02:00
parent ab8bffd4e8
commit 44c9f687ae
2 changed files with 4 additions and 10 deletions
@@ -6,7 +6,7 @@
pkg-config,
which,
zip,
wxGTK,
wxGTK32,
gtk3,
sfml_2,
fluidsynth,
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
wxGTK
wxGTK32
gtk3
sfml_2
fluidsynth
@@ -52,8 +52,8 @@ stdenv.mkDerivation rec {
];
cmakeFlags = [
"-DwxWidgets_LIBRARIES=${wxGTK}/lib"
(lib.cmakeFeature "CL_WX_CONFIG" (lib.getExe' (lib.getDev wxGTK) "wx-config"))
"-DwxWidgets_LIBRARIES=${wxGTK32}/lib"
(lib.cmakeFeature "CL_WX_CONFIG" (lib.getExe' (lib.getDev wxGTK32) "wx-config"))
];
env.NIX_CFLAGS_COMPILE = "-Wno-narrowing";
-6
View File
@@ -13867,12 +13867,6 @@ with pkgs;
enyo-launcher = libsForQt5.callPackage ../games/doom-ports/enyo-launcher { };
slade = callPackage ../games/doom-ports/slade {
wxGTK = wxGTK32.override {
withWebKit = true;
};
};
sladeUnstable = callPackage ../games/doom-ports/slade/git.nix {
wxGTK = wxGTK32.override {
withWebKit = true;