mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 22:20:51 +00:00
discord: fix appindicator tray icon support
Include libappindicator-gtk3 in discord's library path so it's able to create an indicator icon.
This commit is contained in:
parent
f166a13c7d
commit
e6307b46d8
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue