about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-06-06 00:59:04 +0200
committerGitHub <noreply@github.com>2021-06-06 00:59:04 +0200
commite65088496d39960bea8b53025d7d1e3e31d5fe7a (patch)
tree3170b7f706580c8fae445f87d2d3aee80868c8e8 /pkgs/applications/misc
parent62e39549535747ef0daecfb36624bfb42986f4ad (diff)
parentc47bc26616375ca95b2c1658f65dccb2fb638692 (diff)
Merge pull request #125244 from jojosch/moonlight-qt-wayland
moonlight-qt: add wayland to enable hardware accelerated video decode
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/moonlight-qt/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/misc/moonlight-qt/default.nix b/pkgs/applications/misc/moonlight-qt/default.nix
index 2393fe09b37d6..ad9baec8f992f 100644
--- a/pkgs/applications/misc/moonlight-qt/default.nix
+++ b/pkgs/applications/misc/moonlight-qt/default.nix
@@ -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; {