diff options
author | EuAndreh <eu@euandre.org> | 2021-09-02 12:21:41 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-09-02 12:21:41 -0300 |
commit | 76499245bfa9a0c476ce363859d53c7910ba860b (patch) | |
tree | 504f6a67390dd119c020bd6e8e7d2607dcd9124b | |
parent | README.md: Add links to missing development tools (diff) | |
download | remembering-76499245bfa9a0c476ce363859d53c7910ba860b.tar.gz remembering-76499245bfa9a0c476ce363859d53c7910ba860b.tar.xz |
aux/guix/manifest.scm: Update i18n dependencies
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | aux/guix/manifest.scm | 16 |
2 files changed, 11 insertions, 6 deletions
@@ -7,7 +7,6 @@ /remembering /remembering-tests /run-tests -/fallible* /vgcore.* *.mo *.po~ diff --git a/aux/guix/manifest.scm b/aux/guix/manifest.scm index d76cbb6..d4da520 100644 --- a/aux/guix/manifest.scm +++ b/aux/guix/manifest.scm @@ -6,15 +6,21 @@ diffutils grep sed + m4 git gawk make - perl + makefile2graph + graphviz shellcheck pandoc gettext - po4a + po4a-text + mdpo-patched + hunspell + hunspell-dict-en-utf8 + hunspell-dict-pt-utf8 + hunspell-dict-fr-utf8 + hunspell-dict-eo-utf8 - posix-c99 - valgrind - fallible-latest))) + posix-c99))) |