AtlatestRepositorysigil-http

sigil-http / treemanifest.scm

1;; sigil-http Development Environment
2;; Use with: guix shell -m manifest.scm
3;;
4;; sigil-http is pure Scheme with no vendored C, so the environment
5;; only needs the common Sigil build toolchain.
6
7(specifications->manifest
8 '("gcc-toolchain"
9 "make"
10 "pkg-config"))