diff options
Diffstat (limited to 'aux/containers/guix/manifest.scm')
-rw-r--r-- | aux/containers/guix/manifest.scm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/aux/containers/guix/manifest.scm b/aux/containers/guix/manifest.scm new file mode 100644 index 0000000..7d07345 --- /dev/null +++ b/aux/containers/guix/manifest.scm @@ -0,0 +1,23 @@ +(specifications->manifest + (map symbol->string + '(bash + coreutils + findutils + diffutils + grep + sed + m4 + git + gawk + make + graphviz + shellcheck + pandoc + gettext + po4a-text + mdpo-patched + hunspell + hunspell-dict-en-utf8 + hunspell-dict-pt-utf8 + hunspell-dict-fr-utf8 + hunspell-dict-eo-utf8))) |