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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user