about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorBernardo Meurer <meurerbernardo@gmail.com>2020-03-01 10:55:17 -0800
committerBernardo Meurer <meurerbernardo@gmail.com>2020-03-01 10:58:10 -0800
commit33c04eac64f32eae3ca3c18c2a4785fd464ab105 (patch)
tree8aa12e60328d4506d9046c32f4f4691bbb4011cd /pkgs/applications/networking
parent096a00a7092fc495ab64279af1cccce297b4180b (diff)
downloadnixlib-33c04eac64f32eae3ca3c18c2a4785fd464ab105.tar
nixlib-33c04eac64f32eae3ca3c18c2a4785fd464ab105.tar.gz
nixlib-33c04eac64f32eae3ca3c18c2a4785fd464ab105.tar.bz2
nixlib-33c04eac64f32eae3ca3c18c2a4785fd464ab105.tar.lz
nixlib-33c04eac64f32eae3ca3c18c2a4785fd464ab105.tar.xz
nixlib-33c04eac64f32eae3ca3c18c2a4785fd464ab105.tar.zst
nixlib-33c04eac64f32eae3ca3c18c2a4785fd464ab105.zip
zoom-us: add qtgraphicaleffects dependency
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/instant-messengers/zoom-us/default.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/pkgs/applications/networking/instant-messengers/zoom-us/default.nix b/pkgs/applications/networking/instant-messengers/zoom-us/default.nix
index 25e273bda51e..87e9ec6ccf9f 100644
--- a/pkgs/applications/networking/instant-messengers/zoom-us/default.nix
+++ b/pkgs/applications/networking/instant-messengers/zoom-us/default.nix
@@ -2,8 +2,9 @@
 , fetchFromGitHub
 # Dynamic libraries
 , dbus, glib, libGL, libX11, libXfixes, libuuid, libxcb, qtbase, qtdeclarative
-, qtimageformats, qtlocation, qtquickcontrols, qtquickcontrols2, qtscript, qtsvg
-, qttools, qtwayland, qtwebchannel, qtwebengine
+, qtgraphicaleffects, qtimageformats, qtlocation, qtquickcontrols
+, qtquickcontrols2, qtscript, qtsvg , qttools, qtwayland, qtwebchannel
+, qtwebengine
 # Runtime
 , coreutils, libjpeg_turbo, pciutils, procps, utillinux
 , pulseaudioSupport ? true, libpulseaudio ? null
@@ -39,9 +40,9 @@ in mkDerivation {
   nativeBuildInputs = [ autoPatchelfHook ];
 
   buildInputs = [
-    dbus glib libGL libX11 libXfixes libuuid libxcb libjpeg_turbo
-    qtbase qtdeclarative qtlocation qtquickcontrols qtquickcontrols2 qtscript
-    qtwebchannel qtwebengine qtimageformats qtsvg qttools qtwayland
+    dbus glib libGL libX11 libXfixes libuuid libxcb libjpeg_turbo qtbase
+    qtdeclarative qtgraphicaleffects qtlocation qtquickcontrols qtquickcontrols2
+    qtscript qtwebchannel qtwebengine qtimageformats qtsvg qttools qtwayland
   ];
 
   runtimeDependencies = optional pulseaudioSupport libpulseaudio;