forked from mirrors/nixpkgs
Merge pull request #125244 from jojosch/moonlight-qt-wayland
moonlight-qt: add wayland to enable hardware accelerated video decode
This commit is contained in:
commit
e65088496d
|
@ -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