Merge pull request #333959 from sysedwinistrator/moonlight-libdrm
moonlight-qt: add libdrm to buildInputs
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