unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#30055] [PATCH] gnu: pelican: Enable Markdown support.
@ 2018-01-10  3:08 Ben Sturmfels
  2018-01-10 17:49 ` bug#30055: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Ben Sturmfels @ 2018-01-10  3:08 UTC (permalink / raw)
  To: 30055; +Cc: Hartmut Goebel, Efraim Flashner

[-- Attachment #1: Type: text/plain, Size: 245 bytes --]

Hi Folks,

I just tried to build my Pelican blog on GuixSD and found that it didn't
process the Markdown input files. After adding the python-markdown
dependency, Pelican processes the Markdown files successfully. Patch
attached.

Regards,
Ben


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-pelican-Enable-Markdown-support.patch --]
[-- Type: text/x-patch, Size: 1066 bytes --]

From bf975bb381b4f441323f15f2522230353e3b435b Mon Sep 17 00:00:00 2001
From: Ben Sturmfels <ben@sturm.com.au>
Date: Wed, 10 Jan 2018 12:23:08 +1100
Subject: [PATCH] gnu: pelican: Enable Markdown support.

* gnu/packages/python.scm (pelican)[propagated-inputs]: Require
   python-markdown to provide Markdown feature from package description.
---
 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 29fa2809a..9d13a10c8 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
-- 
2.15.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#30055: [PATCH] gnu: pelican: Enable Markdown support.
  2018-01-10  3:08 [bug#30055] [PATCH] gnu: pelican: Enable Markdown support Ben Sturmfels
@ 2018-01-10 17:49 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2018-01-10 17:49 UTC (permalink / raw)
  To: Ben Sturmfels; +Cc: 30055-done

On Wed, Jan 10, 2018 at 02:08:25PM +1100, Ben Sturmfels wrote:
> Hi Folks,
> 
> I just tried to build my Pelican blog on GuixSD and found that it didn't
> process the Markdown input files. After adding the python-markdown
> dependency, Pelican processes the Markdown files successfully. Patch
> attached.
> 
> Regards,
> Ben
> 

> From bf975bb381b4f441323f15f2522230353e3b435b Mon Sep 17 00:00:00 2001
> From: Ben Sturmfels <ben@sturm.com.au>
> Date: Wed, 10 Jan 2018 12:23:08 +1100
> Subject: [PATCH] gnu: pelican: Enable Markdown support.
> 
> * gnu/packages/python.scm (pelican)[propagated-inputs]: Require
>    python-markdown to provide Markdown feature from package description.

Thanks! Pushed as b438d7cfa8154aaf0b7ea0d64bd45e2c33db455e

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-10 17:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-10  3:08 [bug#30055] [PATCH] gnu: pelican: Enable Markdown support Ben Sturmfels
2018-01-10 17:49 ` bug#30055: " Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).