AtlatestRepositorysigil-crypto
sigil-crypto / treemanifest.scm
1
;; sigil-crypto Development Environment2
;; Use with: guix shell -m manifest.scm3
;;4
;; mbedTLS is vendored under vendor/mbedtls/ and compiled in-tree, so5
;; no system libmbedtls package is required — only a working C6
;; toolchain.8
(specifications->manifest9
'("gcc-toolchain"10
"make"11
"pkg-config"))