guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#43330] [PATCH 3/6] gnu: emacs-org-web-tools: Use pandoc instead of


From: zimoun
Subject: [bug#43330] [PATCH 3/6] gnu: emacs-org-web-tools: Use pandoc instead of ghc-pandoc.
Date: Fri, 11 Sep 2020 12:43:42 +0200

* gnu/packages/emacs-xyz.scm (emacs-org-webtools)[inputs]: Replace ghc-pandoc
with pandoc.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d4e83b29ad..0d41b352af 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18413,7 +18413,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
-- 
2.20.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]