diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:14:48 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:32 -0400 |
commit | 42e78fb0a10e4c0fd7c8fbaf40153c0413de98ce (patch) | |
tree | 7344f2dc787e3cb0ddbe659fc4ea43251143c0a7 | |
parent | 59e5142d4f3866ee4ec8ad1ad9d4b5fb2f860459 (diff) | |
download | guix-42e78fb0a10e4c0fd7c8fbaf40153c0413de98ce.tar.gz |
gnu: Remove python2-blessings.
* gnu/packages/terminals.scm (python2-blessings): Delete variable.
-rw-r--r-- | gnu/packages/terminals.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index be9f1a0e2a..4ad21fd05a 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -1091,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") |