Commit 45db886a authored by Edwin Mackenzie-Owen's avatar Edwin Mackenzie-Owen
Browse files

moonlight-qt: add libdrm to buildInputs

Listed as build requirement in source repo's README.
Required (at least in some cases) for hardware-accelerated video
decoding to work.
parent 6c0d9920
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
  libvdpau,
  libxkbcommon,
  wayland,
  libdrm,
  nix-update-script,
}:

@@ -80,6 +81,7 @@ stdenv'.mkDerivation rec {
      libxkbcommon
      qt6.qtwayland
      wayland
      libdrm
    ]
    ++ lib.optionals stdenv.isDarwin [
      AVFoundation