gnu: emacs-org-web-tools: Use pandoc instead of ghc-pandoc.
authorzimoun <zimon.toutoune@gmail.com>
Fri, 11 Sep 2020 10:43:42 +0000 (12:43 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 14 Sep 2020 08:51:26 +0000 (10:51 +0200)
* gnu/packages/emacs-xyz.scm (emacs-org-webtools)[inputs]: Replace ghc-pandoc
with pandoc.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu/packages/emacs-xyz.scm

index 2770ecf..b11e9a7 100644 (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