mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: ganeti: Use pandoc instead of ghc-pandoc.
* gnu/packages/text-editors.scm (ganeti)[native-inputs]: Replace ghc-pandoc with pandoc. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
5dc5a3116b
commit
885332832c
1 changed files with 1 additions and 1 deletions
|
@ -679,7 +679,7 @@ (define (wrap? file)
|
|||
;; For the documentation.
|
||||
("python-docutils" ,python-docutils)
|
||||
("sphinx" ,python-sphinx)
|
||||
("pandoc" ,ghc-pandoc)
|
||||
("pandoc" ,pandoc)
|
||||
("dot" ,graphviz)
|
||||
|
||||
;; Test dependencies.
|
||||
|
|
Loading…
Reference in a new issue