diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-01 03:07:49 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:54 -0400 |
commit | 9bf8cc112cbc9fb3936cc8cfb0693cc67602749b (patch) | |
tree | 8b6ee8f52a1a819ddca9ed8d930155dd827e391c /gnu | |
parent | 843904d6430c0b1e5a5a863cd0bd5e836cf8f73c (diff) | |
download | guix-9bf8cc112cbc9fb3936cc8cfb0693cc67602749b.tar.gz |
gnu: Remove python2-unidecode.
* gnu/packages/python-xyz.scm (python2-unidecode): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7478d29065..c515954b48 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3622,9 +3622,6 @@ machine identifiers from human-readable Unicode strings that should still be somewhat intelligible.") (license license:gpl2+))) -(define-public python2-unidecode - (package-with-python2 python-unidecode)) - (define-public python-text-unidecode (package (name "python-text-unidecode") |