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.
This commit is contained in:
Edwin Mackenzie-Owen
2024-08-11 19:43:33 +02:00
parent 6c0d992063
commit 45db886a30
+2
View File
@@ -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