diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2016-08-18 15:07:18 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2016-08-18 15:07:18 -0400 |
commit | 3feed5536160e840ab58b2c19f95f08391935970 (patch) | |
tree | d423f5987ed2000e40e8c89429fc3f10bb9b9d04 | |
parent | 0f4e684f22dee19188b8e5987be29719caa812e1 (diff) |
guix: Add guile-commonmark as a propagated input.
-rw-r--r-- | guix.scm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -63,7 +63,8 @@ (inputs `(("guile" ,guile-2.0))) (propagated-inputs - `(("guile-reader" ,guile-reader))) + `(("guile-commonmark" ,guile-commonmark) + ("guile-reader" ,guile-reader))) (synopsis "Functional static site generator") (description "Haunt is a static site generator written in Guile Scheme. Haunt features a functional build system and an extensible |