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 @@ interested parties to subscribe to events, or \"signals\".")
 | 
				
			||||||
       ("python-blinker" ,python-blinker)
 | 
					       ("python-blinker" ,python-blinker)
 | 
				
			||||||
       ("python-unidecode" ,python-unidecode)
 | 
					       ("python-unidecode" ,python-unidecode)
 | 
				
			||||||
       ("python-six" ,python-six)
 | 
					       ("python-six" ,python-six)
 | 
				
			||||||
       ("python-dateutil" ,python-dateutil)))
 | 
					       ("python-dateutil" ,python-dateutil)
 | 
				
			||||||
 | 
					       ("python-markdown" ,python-markdown)))
 | 
				
			||||||
    (home-page "http://getpelican.com/")
 | 
					    (home-page "http://getpelican.com/")
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(;; XXX Requires a lot more packages to do unit tests :P
 | 
					     `(;; XXX Requires a lot more packages to do unit tests :P
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue