spotify: add libnotify as dependency

The option "Show desktop notification when the song changes" will only
work, when libnotify is available in spotify.
This commit is contained in:
Benedikt Heine 2019-04-22 14:10:53 +02:00
parent 1f9943bcb0
commit 7a5dcb7421

View File

@ -1,5 +1,5 @@
{ fetchurl, stdenv, squashfsTools, xorg, alsaLib, makeWrapper, openssl, freetype { fetchurl, stdenv, squashfsTools, xorg, alsaLib, makeWrapper, openssl, freetype
, glib, pango, cairo, atk, gdk_pixbuf, gtk2, cups, nspr, nss, libpng , glib, pango, cairo, atk, gdk_pixbuf, gtk2, cups, nspr, nss, libpng, libnotify
, libgcrypt, systemd, fontconfig, dbus, expat, ffmpeg_3, curl, zlib, gnome3 , libgcrypt, systemd, fontconfig, dbus, expat, ffmpeg_3, curl, zlib, gnome3
, at-spi2-atk , at-spi2-atk
}: }:
@ -36,6 +36,7 @@ let
glib glib
gtk2 gtk2
libgcrypt libgcrypt
libnotify
libpng libpng
nss nss
pango pango