1 { lib, fetchurl, python3Packages, php }:
3 python3Packages.buildPythonApplication rec {
4 pname = "nextcloud-news-updater";
8 url = "mirror://pypi/n/nextcloud_news_updater/nextcloud_news_updater-${version}.tar.gz";
9 sha256 = "bc2055c16f0dbf610b7e17650508a18fa5a1de652ecdf69c5d4073c97376e9cf";
14 propagatedBuildInputs = [ php ];
17 description = "Fast parallel feed updater for the Nextcloud news app";
18 mainProgram = "nextcloud-news-updater";
19 homepage = "https://github.com/nextcloud/news-updater";
20 license = lib.licenses.gpl3;
21 maintainers = with lib.maintainers; [ schneefux ];