summaryrefslogtreecommitdiff
path: root/manifest.scm
blob: 6ff994159cb6c1a70d821a6db54a89e84ae05986 (plain)
1
2
3
4
5
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)))