summaryrefslogtreecommitdiff
path: root/gnu/packages/text-editors.scm
diff options
context:
space:
mode:
authorzimoun <zimon.toutoune@gmail.com>2020-09-11 12:43:43 +0200
committerLudovic Courtès <ludo@gnu.org>2020-09-14 10:51:26 +0200
commit5dc5a3116b4aa90b2c0bbf3cffba0286abb75147 (patch)
tree9a32825f209eeaf82f6b619ad0e7c488408475d1 /gnu/packages/text-editors.scm
parent991c61678b436b17f8c431f4c47162697286452b (diff)
downloadguix-patches-5dc5a3116b4aa90b2c0bbf3cffba0286abb75147.tar
guix-patches-5dc5a3116b4aa90b2c0bbf3cffba0286abb75147.tar.gz
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 <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/text-editors.scm')
-rw-r--r--gnu/packages/text-editors.scm2
1 files changed, 1 insertions, 1 deletions
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)