guix: Add guile-commonmark as a propagated input.
This commit is contained in:
parent
0f4e684f22
commit
3feed55361
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
|
||||||
|
|
Loading…
Reference in New Issue