gnu: Remove python2-whatever.

* gnu/packages/python-xyz.scm (python2-whatever): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 21:23:38 -04:00
parent ae657ec626
commit accabb385a
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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")