keybase-gui: Enable desktop notifications (#37711)
Add `libnotify` as a build input to make message notifications work.
This commit is contained in:
parent
25653abc43
commit
8ac272f98d
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, buildFHSUserEnv, writeTextFile, alsaLib, atk, cairo, cups
|
{ stdenv, fetchurl, buildFHSUserEnv, writeTextFile, alsaLib, atk, cairo, cups
|
||||||
, dbus, expat, fontconfig, freetype, gcc, gdk_pixbuf, glib, gnome2, gtk2, nspr
|
, dbus, expat, fontconfig, freetype, gcc, gdk_pixbuf, glib, gnome2, gtk2
|
||||||
, nss, pango, systemd, xorg, utillinuxMinimal }:
|
, libnotify, nspr, nss, pango, systemd, xorg, utillinuxMinimal }:
|
||||||
|
|
||||||
let
|
let
|
||||||
libPath = stdenv.lib.makeLibraryPath [
|
libPath = stdenv.lib.makeLibraryPath [
|
||||||
@ -17,6 +17,7 @@ let
|
|||||||
glib
|
glib
|
||||||
gnome2.GConf
|
gnome2.GConf
|
||||||
gtk2
|
gtk2
|
||||||
|
libnotify
|
||||||
nspr
|
nspr
|
||||||
nss
|
nss
|
||||||
pango
|
pango
|
||||||
|
Loading…
Reference in New Issue
Block a user