From: zimoun Date: Fri, 11 Sep 2020 10:43:43 +0000 (+0200) Subject: gnu: manuskript: Use pandoc instead of ghc-pandoc. X-Git-Url: http://git.hcoop.net/jackhill/guix/guix.git/commitdiff_plain/5dc5a3116b4aa90b2c0bbf3cffba0286abb75147 gnu: manuskript: Use pandoc instead of ghc-pandoc. * gnu/packages/text-editors.scm (manuskript)[inputs]: Replace ghc-pandoc with pandoc. Signed-off-by: Ludovic Courtès --- diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index cbf7693ddb..18f1c00da5 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -670,7 +670,7 @@ environment with Markdown markup.") #:categories "Office;WordProcessor;")) #t)))))) (inputs - `(("ghc-pandoc" ,ghc-pandoc) + `(("pandoc" ,pandoc) ("python-lxml" ,python-lxml) ("python-markdown" ,python-markdown) ("python-pyqt" ,python-pyqt)