about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers
diff options
context:
space:
mode:
authorBenjamin Staffin <benley@gmail.com>2020-06-23 15:55:13 -0400
committerBenjamin Staffin <benley@gmail.com>2020-06-23 15:59:33 -0400
commite6307b46d8493b399e2269ab9e62bc0f1b101629 (patch)
tree6e37d90d40ce49223f50a7699ec3e31c84a7a712 /pkgs/applications/networking/instant-messengers
parentf166a13c7d3fbb09c9646f3279de168d326e1e13 (diff)
discord: fix appindicator tray icon support
Include libappindicator-gtk3 in discord's library path so it's able to
create an indicator icon.
Diffstat (limited to 'pkgs/applications/networking/instant-messengers')
-rw-r--r--pkgs/applications/networking/instant-messengers/discord/base.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/discord/base.nix b/pkgs/applications/networking/instant-messengers/discord/base.nix
index c2af3e4d3e7d4..0ee84dae356e6 100644
--- a/pkgs/applications/networking/instant-messengers/discord/base.nix
+++ b/pkgs/applications/networking/instant-messengers/discord/base.nix
@@ -4,7 +4,7 @@
 , freetype, gdk-pixbuf, glib, gtk3, libcxx, libdrm, libnotify, libpulseaudio, libuuid
 , libX11, libXScrnSaver, libXcomposite, libXcursor, libXdamage, libXext
 , libXfixes, libXi, libXrandr, libXrender, libXtst, libxcb
-, mesa, nspr, nss, pango, systemd
+, mesa, nspr, nss, pango, systemd, libappindicator-gtk3
 }:
 
 let
@@ -35,6 +35,7 @@ in stdenv.mkDerivation rec {
     gdk-pixbuf glib gtk3 libnotify libX11 libXcomposite libuuid
     libXcursor libXdamage libXext libXfixes libXi libXrandr libXrender
     libXtst nspr nss libxcb pango systemd libXScrnSaver
+    libappindicator-gtk3
    ];
 
   installPhase = ''