Commit b3434b49 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

moonlight-qt: avoid linking to both SDL2_classic and sdl3

SDL2_ttf links to SDL3 via sdl2-compat, this used to be an issue for pygame on darwin.
parent da8ed7c9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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