diff options
author | Efraim Flashner <[email protected]> | 2022-06-01 12:31:09 +0300 |
---|---|---|
committer | Efraim Flashner <[email protected]> | 2022-06-01 12:42:04 +0300 |
commit | 64c043e63a4be97f59fd1906c47973a74eedda67 (patch) | |
tree | 37b15dfb4830e4f874edca87b521b6e9cdc3c81b /gnu/packages/terminals.scm | |
parent | b1f763de54dc2b8e240d0f01f7948ce76f67243e (diff) | |
parent | 75af73e1b7ac58770122d8831faa3a8158638bb0 (diff) |
Merge remote-tracking branch 'origin/master' into staging
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") |