AtlatestRepositorysigil-crypto

sigil-crypto / treemanifest.scm

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