Skip to content

Commit

Permalink
liferea: add libnotify
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
abbradar committed Mar 3, 2017
1 parent 4a6ba21 commit fe265f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
]);
Expand Down

0 comments on commit fe265f1

Please sign in to comment.