aboutsummaryrefslogtreecommitdiff
path: root/manifest.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--manifest.scm25
1 files changed, 25 insertions, 0 deletions
diff --git a/manifest.scm b/manifest.scm
new file mode 100644
index 0000000..a537d79
--- /dev/null
+++ b/manifest.scm
@@ -0,0 +1,25 @@
+(specifications->manifest
+ (map
+ symbol->string
+ '(bash
+ coreutils
+ findutils
+ diffutils
+ grep
+ sed
+ git
+ gawk
+ make
+ makefile2graph
+ graphviz
+ pandoc
+ shellcheck
+ gettext
+ po4a
+ mdpo
+ hunspell
+ hunspell-dict-en-utf8
+ hunspell-dict-pt-utf8
+ hunspell-dict-fr-utf8
+ hunspell-dict-eo-utf8
+ hunspell-dict-es-utf8)))