7 , gobject-introspection
17 , listparser ? callPackage ./listparser.nix { }
22 python3.pkgs.buildPythonApplication rec {
23 pname = "gnome-feeds";
26 src = fetchFromGitLab {
27 domain = "gitlab.gnome.org";
31 sha256 = "sha256-66dwVR9owg050aHCHJek7jYnT+/yyCKo4AaUE0hCqBA=";
38 glib # for glib-compile-schemas
54 propagatedBuildInputs = with python3.pkgs; [
72 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
80 description = "An RSS/Atom feed reader for GNOME";
81 mainProgram = "gfeeds";
82 homepage = "https://gitlab.gnome.org/World/gfeeds";
83 license = licenses.gpl3Plus;
87 platforms = platforms.linux;