guix: Add guile-commonmark as a propagated input.
This commit is contained in:
3
guix.scm
3
guix.scm
@@ -63,7 +63,8 @@
|
|||||||
(inputs
|
(inputs
|
||||||
`(("guile" ,guile-2.0)))
|
`(("guile" ,guile-2.0)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("guile-reader" ,guile-reader)))
|
`(("guile-commonmark" ,guile-commonmark)
|
||||||
|
("guile-reader" ,guile-reader)))
|
||||||
(synopsis "Functional static site generator")
|
(synopsis "Functional static site generator")
|
||||||
(description "Haunt is a static site generator written in Guile
|
(description "Haunt is a static site generator written in Guile
|
||||||
Scheme. Haunt features a functional build system and an extensible
|
Scheme. Haunt features a functional build system and an extensible
|
||||||
|
|||||||
Reference in New Issue
Block a user