unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#43848] [PATCH] gnu: muchsync: Use pandoc instead of ghc-pandoc.
@ 2020-10-07 15:24 zimoun
  2020-10-13 20:41 ` bug#43848: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: zimoun @ 2020-10-07 15:24 UTC (permalink / raw)
  To: 43848; +Cc: zimoun

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#43848: [PATCH] gnu: muchsync: Use pandoc instead of ghc-pandoc.
  2020-10-07 15:24 [bug#43848] [PATCH] gnu: muchsync: Use pandoc instead of ghc-pandoc zimoun
@ 2020-10-13 20:41 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2020-10-13 20:41 UTC (permalink / raw)
  To: zimoun, 43848-done; +Cc: zimoun

[-- Attachment #1: Type: text/plain, Size: 148 bytes --]

zimoun <zimon.toutoune@gmail.com> writes:

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

Applied, thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 507 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-13 20:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-07 15:24 [bug#43848] [PATCH] gnu: muchsync: Use pandoc instead of ghc-pandoc zimoun
2020-10-13 20:41 ` bug#43848: " Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).