3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: Remove python2-iso3166.

* gnu/packages/iso-codes.scm (python2-iso3166): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:34:57 -04:00
parent 5fb6ad86bc
commit f2a579f8cb
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -115,6 +115,3 @@ groups.")
(synopsis "Self-contained ISO 3166-1 country definitions")
(description "This package provides the ISO 3166-1 country definitions.")
(license license:expat)))
(define-public python2-iso3166
(package-with-python2 python-iso3166))