diff options
Diffstat (limited to 'gnu/packages/terminals.scm')
-rw-r--r-- | gnu/packages/terminals.scm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index 83e0e46377..4ad21fd05a 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") @@ -1094,9 +1091,6 @@ avoids styling altogether when the output is redirected to something other than a terminal.") (license license:expat))) -(define-public python2-blessings - (package-with-python2 python-blessings)) - (define-public python-curtsies (package (name "python-curtsies") |