diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 17:43:09 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:45 -0400 |
commit | 6a16599d391912ab8edaa605d34c5055c4b10bf0 (patch) | |
tree | e17a289d362ac56142f1a1fe6655f85ec241ff9e /gnu/packages | |
parent | 2b612f1589beb4d5d99ff56f3d71adce55cdbacc (diff) |
gnu: Remove python2-prompt-toolkit.
* gnu/packages/python-xyz.scm (python2-prompt-toolkit): Delete variable.
Diffstat (limited to 'gnu/packages')
-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 cb4dd22383..1540cffce5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -18286,9 +18286,6 @@ scans through a file and detects issues.") (list python-wcwidth python-six python-pygments)) (properties '()))) -(define-public python2-prompt-toolkit - (package-with-python2 python-prompt-toolkit-2)) - (define-public python-prompt-toolkit-1 (package (inherit python-prompt-toolkit-2) (version "1.0.15") |