Skip to content

Commit

Permalink
keybase-gui: Enable desktop notifications (#37711)
Browse files Browse the repository at this point in the history
Add `libnotify` as a build input to make message notifications work.
  • Loading branch information
jonafato authored and Mic92 committed Mar 24, 2018
1 parent 25653ab commit 8ac272f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/tools/security/keybase-gui/default.nix
Original file line number Diff line number Diff line change
@@ -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 [
Expand All @@ -17,6 +17,7 @@ let
glib
gnome2.GConf
gtk2
libnotify
nspr
nss
pango
Expand Down

0 comments on commit 8ac272f

Please sign in to comment.