devilutionx: explicitly use SDL2_classic

This commit is contained in:
Grimmauld
2025-03-26 18:38:11 +01:00
parent 2532c66211
commit fdd32b746b
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
pkg-config,
gettext,
libsodium,
SDL2,
SDL2_classic,
SDL2_image,
SDL_audiolib,
flac,
@@ -99,7 +99,7 @@ stdenv.mkDerivation rec {
fmt
libpng
libsodium
SDL2
SDL2_classic
SDL2_image
SDL_audiolib'
];
+1 -1
View File
@@ -15774,7 +15774,7 @@ with pkgs;
devilutionx = callPackage ../games/devilutionx {
fmt = fmt_9;
SDL2 = SDL2.override {
SDL2_classic = SDL2_classic.override {
withStatic = true;
};
};