gnu: Remove python2-ansi2html.

* gnu/packages/python-xyz.scm (python2-ansi2html): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 22:39:16 -04:00
parent 089caa19c7
commit c83f305075
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -19347,9 +19347,6 @@ (define-public python-ansi2html
converting text with ANSI color codes to HTML or LaTeX.")
(license license:gpl3+)))
(define-public python2-ansi2html
(package-with-python2 python-ansi2html))
(define-public python-easy-ansi
(package
(name "python-easy-ansi")