slack: add libappindicator-gtk3 to rpath

This commit is contained in:
Ivan Malison 2019-05-09 17:44:46 -07:00
parent 95738ec726
commit c4906fa0d3
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1,7 +1,7 @@
{ darkMode ? false, stdenv, fetchurl, dpkg, makeWrapper { darkMode ? false, stdenv, fetchurl, dpkg, makeWrapper , alsaLib, atk, cairo,
, alsaLib, atk, cairo, cups, curl, dbus, expat, fontconfig, freetype, glib cups, curl, dbus, expat, fontconfig, freetype, glib , gnome2, gtk3, gdk_pixbuf,
, gnome2, gtk3, gdk_pixbuf, libnotify, libxcb, nspr, nss, pango libappindicator-gtk3, libnotify, libxcb, nspr, nss, pango , systemd, xorg,
, systemd, xorg, at-spi2-atk }: at-spi2-atk }:
let let
@ -25,6 +25,7 @@ let
pango pango
libnotify libnotify
libxcb libxcb
libappindicator-gtk3
nspr nspr
nss nss
stdenv.cc.cc stdenv.cc.cc