Merge pull request #125244 from jojosch/moonlight-qt-wayland

moonlight-qt: add wayland to enable hardware accelerated video decode
This commit is contained in:
Sandro 2021-06-06 00:59:04 +02:00 committed by GitHub
commit e65088496d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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; {