about summary refs log tree commit diff
diff options
context:
space:
mode:
authorifurther <55025025+ifurther@users.noreply.github.com>2024-04-02 21:56:01 +0800
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-05-12 19:41:51 +0000
commit56403345bbefd74071c8e949c04150dff5188886 (patch)
tree2de805fde31124b962f15486e13394a6dafee05d
parent44072e24566c5bcc0b7aa9178a0104f4cfffab19 (diff)
teamviewer: add qtgraphicaleffects
(cherry picked from commit c414bf8e78733bf432098fdcb7b654f29b2665a7)
-rw-r--r--pkgs/applications/networking/remote/teamviewer/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/networking/remote/teamviewer/default.nix b/pkgs/applications/networking/remote/teamviewer/default.nix
index 82a98c0579c7c..9422223ae03af 100644
--- a/pkgs/applications/networking/remote/teamviewer/default.nix
+++ b/pkgs/applications/networking/remote/teamviewer/default.nix
@@ -10,6 +10,7 @@
 , qtwebengine
 , qtx11extras
 , qtquickcontrols2
+, qtgraphicaleffects
 , getconf
 , glibc
 , libXrandr
@@ -51,7 +52,7 @@ mkDerivation rec {
   '';
 
   nativeBuildInputs = [ autoPatchelfHook makeWrapper wrapQtAppsHook ];
-  buildInputs = [ qtbase qtwebengine qtx11extras qtquickcontrols2 icu63 ];
+  buildInputs = [ qtbase qtwebengine qtx11extras qtquickcontrols2 qtgraphicaleffects icu63 ];
 
   installPhase = ''
     mkdir -p $out/share/teamviewer $out/bin $out/share/applications