Skip to content

Commit ebf02e3

Browse files
authored
moonlight-qt: avoid linking to both SDL2_classic and sdl3 (#405864)
2 parents b20717b + b3434b4 commit ebf02e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/mo/moonlight-qt/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
pkg-config,
88
vulkan-headers,
99
SDL2_classic,
10-
SDL2_ttf,
10+
SDL2_classic_ttf,
1111
ffmpeg,
1212
libopus,
1313
libplacebo,
@@ -52,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
5252
buildInputs =
5353
[
5454
(SDL2_classic.override { drmSupport = stdenv.hostPlatform.isLinux; })
55-
SDL2_ttf
55+
SDL2_classic_ttf
5656
ffmpeg
5757
libopus
5858
libplacebo

0 commit comments

Comments
 (0)