19 gsettings-desktop-schemas,
22 gobject-introspection,
27 stdenv.mkDerivation rec {
32 url = "https://github.com/lwindolf/${pname}/releases/download/v${version}/${pname}-${version}.tar.bz2";
33 hash = "sha256-eBnysEppgYar2QEHq4P+5blmBgrW4H0jHPmYMXri8f8=";
38 python3Packages.wrapPython
54 gsettings-desktop-schemas
67 enableParallelBuilding = true;
70 buildPythonPath ${python3Packages.pycairo}
71 patchPythonScript $out/lib/liferea/plugins/trayicon.py
74 passthru.updateScript = gitUpdater {
75 url = "https://github.com/lwindolf/${pname}";
80 description = "GTK-based news feed aggregator";
81 homepage = "http://lzone.de/liferea/";
82 license = licenses.gpl2Plus;
83 maintainers = with maintainers; [
87 platforms = platforms.linux;
90 Liferea (Linux Feed Reader) is an RSS/RDF feed reader.
91 It's intended to be a clone of the Windows-only FeedReader.
92 It can be used to maintain a list of subscribed feeds,
93 browse through their items, and show their contents.