summary refs log tree commit diff
diff options
context:
space:
mode:
authorJon Banafato <jonathan.banafato@gmail.com>2018-03-24 15:28:13 -0400
committerJörg Thalheim <Mic92@users.noreply.github.com>2018-03-24 19:28:13 +0000
commit8ac272f98d7d32594f38e7824b8c630e40663736 (patch)
treeac8ba33eb51e101e91afd17979a7c9540c60b75f
parent25653abc43f5fea787781a3e58cdb243b4cb4beb (diff)
downloadnixpkgs-8ac272f98d7d32594f38e7824b8c630e40663736.tar
nixpkgs-8ac272f98d7d32594f38e7824b8c630e40663736.tar.gz
nixpkgs-8ac272f98d7d32594f38e7824b8c630e40663736.tar.bz2
nixpkgs-8ac272f98d7d32594f38e7824b8c630e40663736.tar.lz
nixpkgs-8ac272f98d7d32594f38e7824b8c630e40663736.tar.xz
nixpkgs-8ac272f98d7d32594f38e7824b8c630e40663736.tar.zst
nixpkgs-8ac272f98d7d32594f38e7824b8c630e40663736.zip
keybase-gui: Enable desktop notifications (#37711)
Add `libnotify` as a build input to make message notifications work.
-rw-r--r--pkgs/tools/security/keybase-gui/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/tools/security/keybase-gui/default.nix b/pkgs/tools/security/keybase-gui/default.nix
index 53b871306d7..1d50f5498c8 100644
--- a/pkgs/tools/security/keybase-gui/default.nix
+++ b/pkgs/tools/security/keybase-gui/default.nix
@@ -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