aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-06-25 17:00:31 -0300
committerEuAndreh <eu@euandre.org>2022-06-25 17:00:31 -0300
commit2555e5397d6770aa9e0dabf3b51b215dd692e4d9 (patch)
treeaf10afc2bcbe154274dc98ef403faeb722acf480 /src
parentsrc/xyz/euandreh/queue.scm: Add python-telegram-bot package (diff)
downloadpackage-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.scm4
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