From 45db886a303b3f0c956916667d625cb87f4e5833 Mon Sep 17 00:00:00 2001 From: Edwin Mackenzie-Owen Date: Sun, 11 Aug 2024 19:36:00 +0200 Subject: [PATCH] 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. --- pkgs/by-name/mo/moonlight-qt/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/mo/moonlight-qt/package.nix b/pkgs/by-name/mo/moonlight-qt/package.nix index 2f8749c82ca1..a0ca66b61e64 100644 --- a/pkgs/by-name/mo/moonlight-qt/package.nix +++ b/pkgs/by-name/mo/moonlight-qt/package.nix @@ -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