diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-06-01 12:31:09 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-06-01 12:42:04 +0300 |
commit | 64c043e63a4be97f59fd1906c47973a74eedda67 (patch) | |
tree | 37b15dfb4830e4f874edca87b521b6e9cdc3c81b /gnu/packages/iso-codes.scm | |
parent | b1f763de54dc2b8e240d0f01f7948ce76f67243e (diff) | |
parent | 75af73e1b7ac58770122d8831faa3a8158638bb0 (diff) |
Merge remote-tracking branch 'origin/master' into staging
Diffstat (limited to 'gnu/packages/iso-codes.scm')
-rw-r--r-- | gnu/packages/iso-codes.scm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/packages/iso-codes.scm b/gnu/packages/iso-codes.scm index b2cfd3434c..c34911fe9b 100644 --- a/gnu/packages/iso-codes.scm +++ b/gnu/packages/iso-codes.scm @@ -96,9 +96,6 @@ that is concerned with representation of names for languages and language groups.") (license license:agpl3+))) -(define-public python2-iso639 - (package-with-python2 python-iso639)) - (define-public python-iso3166 (package (name "python-iso3166") @@ -115,6 +112,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)) |