gnu: Remove python2-pyclipper.

* gnu/packages/python-xyz.scm (python2-pyclipper): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 22:28:27 -04:00
parent c4a9b0b03b
commit 4a37995b04
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -21556,9 +21556,6 @@ (define-public python-pyclipper
Angus Johnson's polygon clipping Clipper library (ver. 6.4.2).")
(license license:expat)))
(define-public python2-pyclipper
(package-with-python2 python-pyclipper))
(define-public python-tempdir
(package
(name "python-tempdir")