certbot: move to python package set, cleanup

This commit is contained in:
Florian Klink
2020-07-22 12:06:03 +02:00
parent 391a5fdc5b
commit 8ad62167e8
3 changed files with 17 additions and 15 deletions
+2
View File
@@ -585,6 +585,8 @@ in {
cdecimal = callPackage ../development/python-modules/cdecimal { };
certbot = callPackage ../development/python-modules/certbot { };
certbot-dns-cloudflare = callPackage ../development/python-modules/certbot-dns-cloudflare { };
certbot-dns-rfc2136 = callPackage ../development/python-modules/certbot-dns-rfc2136 { };