aboutsummaryrefslogtreecommitdiff
path: root/aux/guix
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-24 09:14:31 -0300
committerEuAndreh <eu@euandre.org>2021-06-25 11:56:53 -0300
commitf4deaf6bd66ed07cab897002c4cacd2e28027552 (patch)
tree81ccdcc409933ea00fa3c944d5fc0fab5e47231b /aux/guix
parentaux/workflow/manpages.sh: Add missing suffix to HTML files (diff)
downloadgit-permalink-f4deaf6bd66ed07cab897002c4cacd2e28027552.tar.gz
git-permalink-f4deaf6bd66ed07cab897002c4cacd2e28027552.tar.xz
aux/workflow/assert-spelling.sh: Add; init dictionaries; fix spelling
- aux/workflow/l10n.sh: fix handling of $@; - Makefile: remove circular dependency between dev-check and public by adding the "l10n-gen" target.
Diffstat (limited to 'aux/guix')
-rw-r--r--aux/guix/manifest.scm8
1 files changed, 7 insertions, 1 deletions
diff --git a/aux/guix/manifest.scm b/aux/guix/manifest.scm
index 78b061e..2301ad6 100644
--- a/aux/guix/manifest.scm
+++ b/aux/guix/manifest.scm
@@ -14,4 +14,10 @@
pandoc
gettext
po4a
- glibc)))
+ glibc
+
+ hunspell-iconv
+ hunspell-dict-en-utf8
+ hunspell-dict-pt-utf8
+ hunspell-dict-fr-utf8
+ hunspell-dict-eo-utf8)))