me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 1 additions and 1 deletions

View File

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