mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
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 New Issue
Block a user