certbot-full: init
This commit is contained in:
parent
718a4496df
commit
9d86dea417
@ -11594,6 +11594,12 @@ in
|
|||||||
|
|
||||||
certbot = python3.pkgs.toPythonApplication python3.pkgs.certbot;
|
certbot = python3.pkgs.toPythonApplication python3.pkgs.certbot;
|
||||||
|
|
||||||
|
certbot-full = certbot.withPlugins (cp: with cp; [
|
||||||
|
certbot-dns-cloudflare
|
||||||
|
certbot-dns-rfc2136
|
||||||
|
certbot-dns-route53
|
||||||
|
]);
|
||||||
|
|
||||||
caf = callPackage ../development/libraries/caf {};
|
caf = callPackage ../development/libraries/caf {};
|
||||||
|
|
||||||
# CGAL 5 has API changes
|
# CGAL 5 has API changes
|
||||||
|
Loading…
Reference in New Issue
Block a user