mullvad-vpn: add libappindicator dependency
Adding libappindicator as a runtime dependency allows the Electron-based gui app to have an appindicator in desktop environments that support them (eg, Gnome with the appindicator support extension).
This commit is contained in:
parent
74deced24d
commit
061e73c959
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, makeWrapper, fetchurl, dpkg
|
{ stdenv, makeWrapper, fetchurl, dpkg
|
||||||
, alsaLib, atk, cairo, cups, dbus, expat, fontconfig, freetype
|
, alsaLib, atk, cairo, cups, dbus, expat, fontconfig, freetype
|
||||||
, gdk-pixbuf, glib, gnome2, pango, nspr, nss, gtk3
|
, gdk-pixbuf, glib, gnome2, pango, nspr, nss, gtk3
|
||||||
, xorg, autoPatchelfHook, systemd, libnotify
|
, xorg, autoPatchelfHook, systemd, libnotify, libappindicator
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let deps = [
|
let deps = [
|
||||||
@ -18,6 +18,7 @@ let deps = [
|
|||||||
gnome2.GConf
|
gnome2.GConf
|
||||||
pango
|
pango
|
||||||
gtk3
|
gtk3
|
||||||
|
libappindicator
|
||||||
libnotify
|
libnotify
|
||||||
xorg.libX11
|
xorg.libX11
|
||||||
xorg.libXScrnSaver
|
xorg.libXScrnSaver
|
||||||
@ -59,7 +60,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
unpackPhase = "dpkg-deb -x $src .";
|
unpackPhase = "dpkg-deb -x $src .";
|
||||||
|
|
||||||
runtimeDependencies = [ systemd.lib libnotify ];
|
runtimeDependencies = [ systemd.lib libnotify libappindicator ];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
Loading…
x
Reference in New Issue
Block a user