From 8514dfdee61b04f0daf22b4a957df1bea4b3f298 Mon Sep 17 00:00:00 2001 From: zimoun Date: Wed, 7 Oct 2020 17:24:11 +0200 Subject: 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 --- 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 a2f3adea11..d2e62bd5ea 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) -- cgit v1.2.3