AtlatestRepositorysigil-tls

sigil-tls / treemanifest.scm

1;; sigil-tls Development Environment
2;; Use with: guix shell -m manifest.scm
3;;
4;; mbedTLS is vendored inside sigil-crypto (a from-git dependency) and
5;; compiled in-tree, so no system libmbedtls package is required — only
6;; a working C toolchain.
7
8(specifications->manifest
9 '("gcc-toolchain"
10 "make"
11 "pkg-config"))