keybase-gui: Enable desktop notifications (#37711)

Add `libnotify` as a build input to make message notifications work.
This commit is contained in:
Jon Banafato 2018-03-24 15:28:13 -04:00 committed by Jörg Thalheim
parent 25653abc43
commit 8ac272f98d

View file

@ -1,6 +1,6 @@
{ stdenv, fetchurl, buildFHSUserEnv, writeTextFile, alsaLib, atk, cairo, cups
, dbus, expat, fontconfig, freetype, gcc, gdk_pixbuf, glib, gnome2, gtk2, nspr
, nss, pango, systemd, xorg, utillinuxMinimal }:
, dbus, expat, fontconfig, freetype, gcc, gdk_pixbuf, glib, gnome2, gtk2
, libnotify, nspr, nss, pango, systemd, xorg, utillinuxMinimal }:
let
libPath = stdenv.lib.makeLibraryPath [
@ -17,6 +17,7 @@ let
glib
gnome2.GConf
gtk2
libnotify
nspr
nss
pango