python312Packages.certbot-dns-cloudflare: mark as broken

See https://github.com/certbot/certbot/pull/10182
This commit is contained in:
Fabian Affolter
2025-02-08 12:37:35 +01:00
parent 974db0c4f8
commit 7e4759039d
@@ -37,5 +37,7 @@ buildPythonPackage rec {
meta = certbot.meta // {
description = "Cloudflare DNS Authenticator plugin for Certbot";
# https://github.com/certbot/certbot/pull/10182
broken = true;
};
}