about summary refs log tree commit diff
path: root/pkgs/applications/networking/newsreaders/liferea
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2017-03-04 01:13:30 +0300
committerNikolay Amiantov <ab@fmap.me>2017-03-04 01:14:29 +0300
commitfe265f129ecb4e7dfa1a552b219b64f910582b26 (patch)
treefb3da8ea467d5962f14776e43e8c2050b8095a40 /pkgs/applications/networking/newsreaders/liferea
parent4a6ba21bdd93df0d82b2f41e0dcbf8e6885ebb4e (diff)
downloadnixlib-fe265f129ecb4e7dfa1a552b219b64f910582b26.tar
nixlib-fe265f129ecb4e7dfa1a552b219b64f910582b26.tar.gz
nixlib-fe265f129ecb4e7dfa1a552b219b64f910582b26.tar.bz2
nixlib-fe265f129ecb4e7dfa1a552b219b64f910582b26.tar.lz
nixlib-fe265f129ecb4e7dfa1a552b219b64f910582b26.tar.xz
nixlib-fe265f129ecb4e7dfa1a552b219b64f910582b26.tar.zst
nixlib-fe265f129ecb4e7dfa1a552b219b64f910582b26.zip
liferea: add libnotify
I've accidentially removed it from build inputs.

Notice that GNOME 3 icons weren't removed accidentially -- it works without
them for me on XFCE.
Diffstat (limited to 'pkgs/applications/networking/newsreaders/liferea')
-rw-r--r--pkgs/applications/networking/newsreaders/liferea/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/newsreaders/liferea/default.nix b/pkgs/applications/networking/newsreaders/liferea/default.nix
index 0cb554480a1f..b348010c61f1 100644
--- a/pkgs/applications/networking/newsreaders/liferea/default.nix
+++ b/pkgs/applications/networking/newsreaders/liferea/default.nix
@@ -20,7 +20,7 @@ in stdenv.mkDerivation rec {
   buildInputs = [
     glib gtk3 webkitgtk libxml2 libxslt sqlite libsoup gsettings_desktop_schemas
     libpeas gsettings_desktop_schemas json_glib dconf gobjectIntrospection
-    librsvg glib_networking
+    librsvg glib_networking libnotify
   ] ++ (with gst_all_1; [
     gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad
   ]);