me
/
guix
Archived
1
0
Fork 0

gnu: Remove python2-wheel.

* gnu/packages/python-build.scm (python2-wheel): Delete variable.
Maxim Cournoyer 2022-04-29 23:07:32 -04:00
parent eb6d69ff16
commit 61a775f385
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 3 deletions

View File

@ -68,9 +68,6 @@ scripts to their final locations) at any later time. Wheel files can be
installed with a newer @code{pip} or with wheel's own command line utility.")
(license license:expat)))
(define-public python2-wheel
(package-with-python2 python-wheel))
;;; XXX: Not really at home, but this seems the best place to prevent circular
;;; module dependencies.
(define-public python-toml