;; sigil-log Development Environment
;; Use with: guix shell -m manifest.scm
;;
;; sigil-log is pure Scheme with no vendored C, so the environment
;; only needs the common Sigil build toolchain.
(specifications->manifest
'("gcc-toolchain"
"make"
"pkg-config"))