Merge pull request #333959 from sysedwinistrator/moonlight-libdrm

moonlight-qt: add libdrm to buildInputs
This commit is contained in:
Peder Bergebakken Sundt
2024-08-18 01:59:25 +02:00
committed by GitHub
+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