moonlight-qt: avoid linking to both SDL2_classic and sdl3 (#405864)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
pkg-config,
|
||||
vulkan-headers,
|
||||
SDL2_classic,
|
||||
SDL2_ttf,
|
||||
SDL2_classic_ttf,
|
||||
ffmpeg,
|
||||
libopus,
|
||||
libplacebo,
|
||||
@@ -52,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
buildInputs =
|
||||
[
|
||||
(SDL2_classic.override { drmSupport = stdenv.hostPlatform.isLinux; })
|
||||
SDL2_ttf
|
||||
SDL2_classic_ttf
|
||||
ffmpeg
|
||||
libopus
|
||||
libplacebo
|
||||
|
||||
Reference in New Issue
Block a user