Unverified Commit ebf02e34 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

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

parents b20717bb b3434b49
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