aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-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