From 281266977b79d6242a518e1397780cbcd374be06 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 13 Sep 2021 09:13:38 -0300 Subject: mv aux/guix/ aux/containers/ --- aux/containers/guix/manifest.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 aux/containers/guix/manifest.scm (limited to 'aux/containers/guix/manifest.scm') diff --git a/aux/containers/guix/manifest.scm b/aux/containers/guix/manifest.scm new file mode 100644 index 0000000..0c24595 --- /dev/null +++ b/aux/containers/guix/manifest.scm @@ -0,0 +1,26 @@ +(specifications->manifest + (map symbol->string + '(bash + coreutils + findutils + diffutils + grep + sed + m4 + git + gawk + make + makefile2graph + 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 + + glibc))) -- cgit v1.2.3