diff options
author | EuAndreh <eu@euandre.org> | 2021-06-24 09:14:31 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-25 11:56:53 -0300 |
commit | f4deaf6bd66ed07cab897002c4cacd2e28027552 (patch) | |
tree | 81ccdcc409933ea00fa3c944d5fc0fab5e47231b /aux/guix/manifest.scm | |
parent | aux/workflow/manpages.sh: Add missing suffix to HTML files (diff) | |
download | git-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/manifest.scm')
-rw-r--r-- | aux/guix/manifest.scm | 8 |
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))) |