From b438d7cfa8154aaf0b7ea0d64bd45e2c33db455e Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Wed, 10 Jan 2018 12:23:08 +1100 Subject: 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 --- gnu/packages/python.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 69a034fd84..2d2c3116c4 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -2472,7 +2472,8 @@ interested parties to subscribe to events, or \"signals\".") ("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 -- cgit v1.2.3