devilutionx: explicitly use SDL2_classic
This commit is contained in:
@@ -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'
|
||||
];
|
||||
|
||||
@@ -15774,7 +15774,7 @@ with pkgs;
|
||||
|
||||
devilutionx = callPackage ../games/devilutionx {
|
||||
fmt = fmt_9;
|
||||
SDL2 = SDL2.override {
|
||||
SDL2_classic = SDL2_classic.override {
|
||||
withStatic = true;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user