gnu: emacs-ox-pandoc: Use pandoc instead of ghc-pandoc.

* gnu/packages/emacs-xyz.scm (emacs-ox-pandoc)[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:41 +02:00 committed by Ludovic Courtès
parent 8cc8e584ab
commit d37279ee1e
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -22009,7 +22009,7 @@ (define-public emacs-ox-pandoc
"0iibxplgdp34bpq1yll2gmqjd8d8lnqn4mqjvx6cdf0y438yr4jz"))))
(build-system emacs-build-system)
(inputs
`(("pandoc" ,ghc-pandoc)))
`(("pandoc" ,pandoc)))
(propagated-inputs
`(("emacs-dash" ,emacs-dash)
("emacs-ht" ,emacs-ht)))