aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 23:14:45 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:32 -0400
commit59e5142d4f3866ee4ec8ad1ad9d4b5fb2f860459 (patch)
tree473881b8c54925249f754fdd20ad9288b80643fc
parent5a601e8f2b7598afabe5752a25395cef6af30701 (diff)
downloadguix-59e5142d4f3866ee4ec8ad1ad9d4b5fb2f860459.tar
guix-59e5142d4f3866ee4ec8ad1ad9d4b5fb2f860459.tar.gz
gnu: Remove python2-pyte.
* gnu/packages/terminals.scm (python2-pyte): Delete variable.
-rw-r--r--gnu/packages/terminals.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 83e0e46377..be9f1a0e2a 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -1063,9 +1063,6 @@ pyte is a fork of vt102, which was an incomplete pure Python implementation
of VT100 terminal.")
(license license:lgpl3+)))
-(define-public python2-pyte
- (package-with-python2 python-pyte))
-
(define-public python-blessings
(package
(name "python-blessings")