mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: python2-acme: Remove package.
This package has not built successfully for a long time. Since it appears to have no users, we remove it for now. * gnu/packages/tls.scm (python2-acme): Remove variable.
This commit is contained in:
parent
73a2ef3697
commit
45bed1d3ea
1 changed files with 0 additions and 3 deletions
|
@ -529,9 +529,6 @@ (define-public python-acme
|
|||
(description "ACME protocol implementation in Python")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public python2-acme
|
||||
(package-with-python2 python-acme))
|
||||
|
||||
(define-public certbot
|
||||
(package
|
||||
(name "certbot")
|
||||
|
|
Loading…
Reference in a new issue