moonlight-qt: add wayland to enable hardware accelerated video decode
This commit is contained in:
parent
4542b54abd
commit
c47bc26616
1 changed files with 2 additions and 0 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue