summaryrefslogtreecommitdiff
path: root/manifest.scm
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.scm')
-rw-r--r--manifest.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifest.scm b/manifest.scm
new file mode 100644
index 0000000..6ff9941
--- /dev/null
+++ b/manifest.scm
@@ -0,0 +1,6 @@
+(let ((build '("make" "guile" "guile-json" "guile-gnutls"))
+ (docs '("emacs" ; for org -> texi
+ "texinfo"))
+ (gateway '("unzip" "openjdk" "curl"))
+ (extras '("coreutils" "which")))
+ (specifications->manifest (append build docs gateway extras)))