me
/
guix
Archived
1
0
Fork 0

gnu: emacs-org-web-tools: Use pandoc instead of ghc-pandoc.

* gnu/packages/emacs-xyz.scm (emacs-org-webtools)[inputs]: Replace ghc-pandoc
with pandoc.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
zimoun 2020-09-11 12:43:42 +02:00 committed by Ludovic Courtès
parent d37279ee1e
commit 991c61678b
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -18462,7 +18462,7 @@ can be queued at any time.")
("emacs-esxml" ,emacs-esxml)
("emacs-s" ,emacs-s)))
(inputs
`(("pandoc" ,ghc-pandoc)))
`(("pandoc" ,pandoc)))
(arguments
`(#:phases
(modify-phases %standard-phases