moonlight-qt: avoid linking to both SDL2_classic and sdl3 (#405864)

This commit is contained in:
Peder Bergebakken Sundt
2025-05-10 18:41:54 +02:00
committed by GitHub
+2 -2
View File
@@ -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