16 pname = "syndication-domination";
17 # author extraction feature needed by gnome-feeds
18 version = "1.0-unstable-2023-03-25";
20 src = fetchFromGitLab {
22 repo = "syndication-domination";
23 rev = "75920321062d682437f3fb0319dad227d8b18f6c";
24 hash = "sha256-fOlE9CsNcmGkVBXaqYHxLDWB8voeRp46+dZYIJIwg7o=";
37 ] ++ lib.optionals enablePython [
38 python3Packages.python
39 python3Packages.pybind11
43 (lib.mesonBool "TO_JSON_BINARY" true)
44 (lib.mesonBool "PYTHON_BINDINGS" enablePython)
48 description = "RSS/Atom parser written in C++ with Python binding";
49 homepage = "https://gitlab.com/gabmus/syndication-domination";
50 license = lib.licenses.agpl3Only;
51 mainProgram = "SyndicationDomination";
52 maintainers = with lib.maintainers; [ aleksana ];
53 platforms = lib.platforms.all;