21 python3.pkgs.buildPythonApplication rec {
22 pname = "gnome-feeds";
26 src = fetchFromGitLab {
27 domain = "gitlab.gnome.org";
31 hash = "sha256-XKwRFjz4ocH01mj8KshLGmGxbm/uvDiyYRf65KL0UFw=";
35 # both patches needed to built with newer blueprint-compiler
37 name = "fix-for-blueprint-0.8.patch";
38 url = "https://gitlab.gnome.org/World/gfeeds/-/commit/cfe860f44f685be302e2ad9f30b55bab08e078ce.patch";
39 hash = "sha256-exkq9KykB60/X8u3+T1/sShrhGP8BvNkaBWPzm2mchc=";
42 name = "upgrade-blueprint-0.8-syntax.patch";
43 url = "https://gitlab.gnome.org/World/gfeeds/-/commit/d099fda0c62e338080061683a154f711cc487b30.patch";
44 hash = "sha256-M6QLRTj+CItk3XPDeexf3/+B1YHJoHsTjwdE6iw1xjM=";
64 dependencies = with python3.pkgs; [
68 syndication-domination
81 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
85 description = "RSS/Atom feed reader for GNOME";
86 mainProgram = "gfeeds";
87 homepage = "https://gitlab.gnome.org/World/gfeeds";
88 license = lib.licenses.gpl3Plus;
89 maintainers = with lib.maintainers; [
93 platforms = lib.platforms.linux;