mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: pelican: Enable Markdown support.
* gnu/packages/python.scm (pelican)[propagated-inputs]: Add python-markdown to support Markdown as mentioned in the package description. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
8286215326
commit
b438d7cfa8
1 changed files with 2 additions and 1 deletions
|
@ -2472,7 +2472,8 @@ (define-public pelican
|
|||
("python-blinker" ,python-blinker)
|
||||
("python-unidecode" ,python-unidecode)
|
||||
("python-six" ,python-six)
|
||||
("python-dateutil" ,python-dateutil)))
|
||||
("python-dateutil" ,python-dateutil)
|
||||
("python-markdown" ,python-markdown)))
|
||||
(home-page "http://getpelican.com/")
|
||||
(arguments
|
||||
`(;; XXX Requires a lot more packages to do unit tests :P
|
||||
|
|
Loading…
Reference in a new issue