8 buildPythonPackage rec {
9 pname = "ntfy-webpush";
12 src = fetchFromGitHub {
14 repo = "ntfy-webpush";
16 sha256 = "1dxlvq3glf8yjkn1hdk89rx1s4fi9ygg46yn866a9v7a5a83zx2n";
20 # break dependency loop
21 substituteInPlace setup.py \
22 --replace "'ntfy', " ""
25 propagatedBuildInputs = [
30 # no tests, just a script
34 description = "cloudbell webpush notification support for ntfy";
35 homepage = "https://dschep.github.io/ntfy-webpush/";
36 license = licenses.mit;