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
|
||||
`(("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
|
||||
|
|
Loading…
Reference in New Issue