mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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:
parent
991c61678b
commit
5dc5a3116b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue