about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-05-12 21:51:03 +0200
committerGitHub <noreply@github.com>2024-05-12 21:51:03 +0200
commit6eccabe980dcb2048aab7f97f862fb6d79b98abe (patch)
treedc5c38f8fb9951066a3b3fab645e0510a4df7d55
parent2b76ea94f1fffb210571f9f0fe8d919205638347 (diff)
parent56403345bbefd74071c8e949c04150dff5188886 (diff)
Merge pull request #311155 from NixOS/backport-300959-to-release-23.11
[Backport release-23.11] teamviewer: add qtgraphicaleffects
-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