civodul pushed a commit to branch master
in repository guix.
commit 5dc5a3116b4aa90b2c0bbf3cffba0286abb75147
Author: zimoun <[email protected]>
AuthorDate: Fri Sep 11 12:43:43 2020 +0200
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 <[email protected]>
---
gnu/packages/text-editors.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index cbf7693..18f1c00 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)