From 08d1c7e4ede3d77c258e9004ef00a7f54dd5c37d Mon Sep 17 00:00:00 2001 From: Daniƫl de Kok Date: Wed, 18 Mar 2020 08:09:40 +0100 Subject: skypeforlinux: support app indicator In contrast to e.g. Telegram or Slack, Skype does not show an app indicator in the GNOME tray. This is quite annoying, since Skype will continue to run in the background when its main window is closed, but there is no way to access it. This change adds libappindicator-gtk3 to the rpath to enable app indicator support. --- .../networking/instant-messengers/skypeforlinux/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgs/applications/networking/instant-messengers/skypeforlinux') diff --git a/pkgs/applications/networking/instant-messengers/skypeforlinux/default.nix b/pkgs/applications/networking/instant-messengers/skypeforlinux/default.nix index 78b7a6d81a2e7..1eb25f9166951 100644 --- a/pkgs/applications/networking/instant-messengers/skypeforlinux/default.nix +++ b/pkgs/applications/networking/instant-messengers/skypeforlinux/default.nix @@ -1,6 +1,6 @@ { stdenv, fetchurl, dpkg , alsaLib, atk, cairo, cups, curl, dbus, expat, fontconfig, freetype, gdk-pixbuf, glib, glibc, gnome2, gnome3 -, gtk3, libnotify, libpulseaudio, libsecret, libv4l, nspr, nss, pango, systemd, wrapGAppsHook, xorg +, gtk3, libappindicator-gtk3, libnotify, libpulseaudio, libsecret, libv4l, nspr, nss, pango, systemd, wrapGAppsHook, xorg , at-spi2-atk, libuuid, at-spi2-core }: let @@ -29,6 +29,7 @@ let gnome2.GConf gdk-pixbuf gtk3 + libappindicator-gtk3 gnome3.gnome-keyring -- cgit 1.4.1