aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/applications/networking/newsreaders/liferea/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/networking/newsreaders/liferea/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/networking/newsreaders/liferea/default.nix67
1 files changed, 53 insertions, 14 deletions
diff --git a/nixpkgs/pkgs/applications/networking/newsreaders/liferea/default.nix b/nixpkgs/pkgs/applications/networking/newsreaders/liferea/default.nix
index 816e00447a0..8ec46080237 100644
--- a/nixpkgs/pkgs/applications/networking/newsreaders/liferea/default.nix
+++ b/nixpkgs/pkgs/applications/networking/newsreaders/liferea/default.nix
@@ -1,29 +1,68 @@
-{ stdenv, fetchurl, pkgconfig, intltool, python3Packages, wrapGAppsHook
-, glib, libxml2, libxslt, sqlite, libsoup , webkitgtk, json-glib, gst_all_1
-, libnotify, gtk3, gsettings-desktop-schemas, libpeas, dconf, librsvg
-, gobject-introspection, glib-networking
+{ stdenv
+, fetchurl
+, pkg-config
+, intltool
+, python3Packages
+, wrapGAppsHook
+, glib
+, libxml2
+, libxslt
+, sqlite
+, libsoup
+, webkitgtk
+, json-glib
+, gst_all_1
+, libnotify
+, gtk3
+, gsettings-desktop-schemas
+, libpeas
+, libsecret
+, gobject-introspection
+, glib-networking
}:
stdenv.mkDerivation rec {
pname = "liferea";
- version = "1.12.6";
+ version = "1.12.9";
src = fetchurl {
- url = "https://github.com/lwindolf/${pname}/releases/download/v${version}/${pname}-${version}b.tar.bz2";
- sha256 = "03pr1gmiv5y0i92bkhcxr8s311ll91chz19wb96jkixx32xav91d";
+ url = "https://github.com/lwindolf/${pname}/releases/download/v${version}/${pname}-${version}.tar.bz2";
+ sha256 = "06ybr1wjlfir8iqjx6x0v1knd4b2hsy30qmkk4kssy6ky2ahc66q";
};
- nativeBuildInputs = [ wrapGAppsHook python3Packages.wrapPython intltool pkgconfig ];
+ nativeBuildInputs = [
+ wrapGAppsHook
+ python3Packages.wrapPython
+ intltool
+ pkg-config
+ ];
buildInputs = [
- glib gtk3 webkitgtk libxml2 libxslt sqlite libsoup gsettings-desktop-schemas
- libpeas gsettings-desktop-schemas json-glib dconf gobject-introspection
- librsvg glib-networking libnotify
+ glib
+ gtk3
+ webkitgtk
+ libxml2
+ libxslt
+ sqlite
+ libsoup
+ libpeas
+ gsettings-desktop-schemas
+ json-glib
+ gobject-introspection
+ libsecret
+ glib-networking
+ libnotify
] ++ (with gst_all_1; [
- gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad
+ gstreamer
+ gst-plugins-base
+ gst-plugins-good
+ gst-plugins-bad
]);
- pythonPath = with python3Packages; [ pygobject3 pycairo ];
+ pythonPath = with python3Packages; [
+ pygobject3
+ pycairo
+ ];
preFixup = ''
buildPythonPath "$out $pythonPath"
@@ -34,7 +73,7 @@ stdenv.mkDerivation rec {
description = "A GTK-based news feed aggregator";
homepage = "http://lzone.de/liferea/";
license = licenses.gpl2Plus;
- maintainers = with maintainers; [ vcunat romildo ];
+ maintainers = with maintainers; [ romildo ];
platforms = platforms.linux;
longDescription = ''