summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 17:43:41 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:52:46 -0400
commit77d25a62f271e47c343d62314d32b86ce0d1cede (patch)
tree1ef0733161621dd4d268497196742ec1879fcc7d
parentd09044194dfe64e3ab1dabbbcf98b5b5f5dabc74 (diff)
gnu: Remove python2-cliapp.
* gnu/packages/python-xyz.scm (python2-cliapp): Delete variable.
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 181e7a937d..c44b2934dd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20033,9 +20033,6 @@ JSON) codec.")
as parsing the command line for options, and iterating over input files.")
(license license:gpl2+)))
-(define-public python2-cliapp
- (package-with-python2 python-cliapp))
-
(define-public python-ttystatus
(package
(name "python-ttystatus")