AtlatestRepositorysigil-json

sigil-json / treemanifest.scm

1;; sigil-json Development Environment
2;; Use with: guix shell -m manifest.scm
3;;
4;; sigil-json 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"))