guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: muchsync: Use pandoc instead of ghc-pandoc.


From: guix-commits
Subject: 06/10: gnu: muchsync: Use pandoc instead of ghc-pandoc.
Date: Tue, 13 Oct 2020 17:37:24 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 8514dfdee61b04f0daf22b4a957df1bea4b3f298
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Wed Oct 7 17:24:11 2020 +0200

    gnu: muchsync: Use pandoc instead of ghc-pandoc.
    
    * gnu/packages/mail.scm (muchsync)[native-inputs]: Replace ghc-pandoc with
    pandoc.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 gnu/packages/mail.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index a2f3ade..d2e62bd 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1209,7 +1209,7 @@ and search library.")
         (base32 "1k2m44pj5i6vfhp9icdqs42chsp208llanc666p3d9nww8ngq2lb"))))
     (build-system gnu-build-system)
     (native-inputs
-     `(("ghc-pandoc" ,ghc-pandoc)
+     `(("pandoc" ,pandoc)
        ("pkg-config" ,pkg-config)))
     (inputs
      `(("libcrypto" ,openssl)



reply via email to

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