mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: Remove python2-cliapp.
* gnu/packages/python-xyz.scm (python2-cliapp): Delete variable.
This commit is contained in:
parent
d09044194d
commit
77d25a62f2
1 changed files with 0 additions and 3 deletions
|
@ -20033,9 +20033,6 @@ (define-public python-cliapp
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue