From 7a5dcb74215f6b261a2e6d8f9f7e49ff6ac9a691 Mon Sep 17 00:00:00 2001 From: Benedikt Heine Date: Mon, 22 Apr 2019 14:10:53 +0200 Subject: spotify: add libnotify as dependency The option "Show desktop notification when the song changes" will only work, when libnotify is available in spotify. --- pkgs/applications/audio/spotify/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgs/applications/audio') diff --git a/pkgs/applications/audio/spotify/default.nix b/pkgs/applications/audio/spotify/default.nix index 060c1dc5d4dd..6e926fe11c3d 100644 --- a/pkgs/applications/audio/spotify/default.nix +++ b/pkgs/applications/audio/spotify/default.nix @@ -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 -- cgit 1.4.1