AtlatestRepositorysigil-tls
1
;; sigil-tls Development Environment2
;; Use with: guix shell -m manifest.scm3
;;4
;; mbedTLS is vendored inside sigil-crypto (a from-git dependency) and5
;; compiled in-tree, so no system libmbedtls package is required — only6
;; a working C toolchain.8
(specifications->manifest9
'("gcc-toolchain"10
"make"11
"pkg-config"))