keybase-gui: add libappindicator-gtk3

See https://github.com/NixOS/nixpkgs/pull/72147
This commit is contained in:
Matthew O'Gorman 2019-10-28 04:19:11 -04:00 committed by Vadim-Valdis Yudaev
parent a909083d4d
commit 5189a27237
No known key found for this signature in database
GPG key ID: DDF9DB0BBB06E35F

View file

@ -1,5 +1,5 @@
{ stdenv, fetchurl, alsaLib, atk, cairo, cups, udev
, dbus, expat, fontconfig, freetype, gdk-pixbuf, glib, gtk3
, dbus, expat, fontconfig, freetype, gdk-pixbuf, glib, gtk3, libappindicator-gtk3
, libnotify, nspr, nss, pango, systemd, xorg, autoPatchelfHook, wrapGAppsHook
, runtimeShell, gsettings-desktop-schemas }:
@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
glib
gsettings-desktop-schemas
gtk3
libappindicator-gtk3
libnotify
nspr
nss
@ -55,6 +56,7 @@ stdenv.mkDerivation rec {
runtimeDependencies = [
udev.lib
libappindicator-gtk3
];
dontBuild = true;