me
/
guix
Archived
1
0
Fork 0

gnu: Remove python2-polib.

* gnu/packages/python-xyz.scm (python2-polib): Delete variable.
Maxim Cournoyer 2022-04-29 17:42:18 -04:00
parent 8ac3ebf1b4
commit 2644fac20e
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 7 deletions

View File

@ -3114,13 +3114,6 @@ files. It can be used to create po files from scratch or to modify
existing ones.")
(license license:expat)))
(define-public python2-polib
(let ((base (package-with-python2 (strip-python2-variant python-polib))))
(package/inherit base
(arguments `(,@(package-arguments base)
;; Tests don't work with python2.
#:tests? #f)))))
(define-public python-polling2
(package
(name "python-polling2")