emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#43848: closed ([PATCH] gnu: muchsync: Use pandoc instead of ghc-pan


From: GNU bug Tracking System
Subject: bug#43848: closed ([PATCH] gnu: muchsync: Use pandoc instead of ghc-pandoc.)
Date: Tue, 13 Oct 2020 20:43:01 +0000

Your message dated Tue, 13 Oct 2020 22:41:52 +0200
with message-id <87sgahrh7z.fsf@gnu.org>
and subject line Re: [bug#43848] [PATCH] gnu: muchsync: Use pandoc instead of 
ghc-pandoc.
has caused the debbugs.gnu.org bug report #43848,
regarding [PATCH]  gnu: muchsync: Use pandoc instead of ghc-pandoc.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
43848: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43848
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: muchsync: Use pandoc instead of ghc-pandoc. Date: Wed, 7 Oct 2020 17:24:11 +0200
* gnu/packages/mail.scm (muchsync)[native-inputs]: Replace ghc-pandoc with
pandoc.
---
 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 2bab7b4645..dc41bb66ee 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)

base-commit: fb0037af8cecc0ebaa330392b0c54a35b7b8a424
-- 
2.28.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#43848] [PATCH] gnu: muchsync: Use pandoc instead of ghc-pandoc. Date: Tue, 13 Oct 2020 22:41:52 +0200
zimoun <zimon.toutoune@gmail.com> writes:

> * gnu/packages/mail.scm (muchsync)[native-inputs]: Replace ghc-pandoc with
> pandoc.

Applied, thanks!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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