nani/website/manifest.scm

manifest.scm

1
(specifications->manifest
2
  '("make" "guile" "haunt"
3
4
    ; for download
5
    "unzip" "libiconv"
6
7
    ; for all
8
    "gettext"))
9
10