python3.pkgs.gotify: mark as broken

This commit is contained in:
Doron Behar
2026-02-21 20:08:30 +02:00
parent 108284e54c
commit 49d67b89ac
@@ -66,5 +66,7 @@ buildPythonPackage rec {
maintainers = [
lib.maintainers.joblade
];
# https://github.com/d-k-bo/python-gotify/issues/6
broken = lib.versionAtLeast gotify-server.version "2.9.0";
};
}