moonlight-qt: add wayland to enable hardware accelerated video decode

master
Johannes Schleifenbaum 2021-06-01 17:41:03 +02:00
parent 4542b54abd
commit c47bc26616
No known key found for this signature in database
GPG Key ID: 059093B1A278BCD0
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@
, openssl
, libopus
, ffmpeg
, wayland
}:
stdenv.mkDerivation rec {
@ -47,6 +48,7 @@ stdenv.mkDerivation rec {
openssl
libopus
ffmpeg
wayland
];
meta = with lib; {