mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: Remove python2-whatever.
* gnu/packages/python-xyz.scm (python2-whatever): Delete variable.
This commit is contained in:
parent
ae657ec626
commit
accabb385a
1 changed files with 0 additions and 3 deletions
|
@ -22354,9 +22354,6 @@ (define-public python-whatever
|
|||
functions by partial application of operators.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python2-whatever
|
||||
(package-with-python2 python-whatever))
|
||||
|
||||
(define-public python-funcy
|
||||
(package
|
||||
(name "python-funcy")
|
||||
|
|
Loading…
Reference in a new issue