diff options
author | EuAndreh <eu@euandre.org> | 2022-06-25 17:00:31 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-06-25 17:00:31 -0300 |
commit | 2555e5397d6770aa9e0dabf3b51b215dd692e4d9 (patch) | |
tree | af10afc2bcbe154274dc98ef403faeb722acf480 /src | |
parent | src/xyz/euandreh/queue.scm: Add python-telegram-bot package (diff) | |
download | package-repository-2555e5397d6770aa9e0dabf3b51b215dd692e4d9.tar.gz package-repository-2555e5397d6770aa9e0dabf3b51b215dd692e4d9.tar.xz |
src/xyz/euandreh/queue.scm: Add hunspell-dict-es-utf8
Diffstat (limited to 'src')
-rw-r--r-- | src/xyz/euandreh/queue.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm index 6554bbf..d193913 100644 --- a/src/xyz/euandreh/queue.scm +++ b/src/xyz/euandreh/queue.scm @@ -114,6 +114,9 @@ not having a version of grap, so I built one.") (define-public hunspell-dict-eo-utf8 (hunspell-dictionary-utf8 "eo")) +(define-public hunspell-dict-es-utf8 + (hunspell-dictionary-utf8 "es")) + (define-public hunspell-iconv (package (inherit hunspell) @@ -349,6 +352,7 @@ collections.OrderedDict that works in Python 2.4-2.6.") hunspell-dict-pt-utf8 hunspell-dict-fr-utf8 hunspell-dict-eo-utf8 + hunspell-dict-es-utf8 python-flake8-implicit-str-concat-patched python-pymd4c-latest mdpo-patched |