mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
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:
parent
1f9943bcb0
commit
7a5dcb7421
@ -1,5 +1,5 @@
|
||||
{ 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
|
||||
, at-spi2-atk
|
||||
}:
|
||||
@ -36,6 +36,7 @@ let
|
||||
glib
|
||||
gtk2
|
||||
libgcrypt
|
||||
libnotify
|
||||
libpng
|
||||
nss
|
||||
pango
|
||||
|
Loading…
Reference in New Issue
Block a user