lol

python312Packages.certbot-dns-cloudflare: mark as broken

See https://github.com/certbot/certbot/pull/10182

+2
+2
pkgs/development/python-modules/certbot-dns-cloudflare/default.nix
··· 37 37 38 38 meta = certbot.meta // { 39 39 description = "Cloudflare DNS Authenticator plugin for Certbot"; 40 + # https://github.com/certbot/certbot/pull/10182 41 + broken = true; 40 42 }; 41 43 }