diff options
-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))) |