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>
This commit is contained in:
zimoun 2020-09-11 12:43:43 +02:00 committed by Ludovic Courtès
parent 991c61678b
commit 5dc5a3116b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -670,7 +670,7 @@ (define-public manuskript
#:categories "Office;WordProcessor;"))
#t))))))
(inputs
`(("ghc-pandoc" ,ghc-pandoc)
`(("pandoc" ,pandoc)
("python-lxml" ,python-lxml)
("python-markdown" ,python-markdown)
("python-pyqt" ,python-pyqt)