diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 22:39:16 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:10 -0400 |
commit | c83f305075878bfd4e29949b94e82bd2eda99263 (patch) | |
tree | e5abb9fbca1e6f855ddd30f44840be7328bf409f /gnu | |
parent | 089caa19c78fd27034bb7bd29b83fc24fb452444 (diff) |
gnu: Remove python2-ansi2html.
* gnu/packages/python-xyz.scm (python2-ansi2html): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0888662ec2..7628e918f0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19347,9 +19347,6 @@ JSON) codec.") 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") |