[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#43848] [PATCH] gnu: muchsync: Use pandoc instead of ghc-pandoc.
From: |
zimoun |
Subject: |
[bug#43848] [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
- [bug#43848] [PATCH] gnu: muchsync: Use pandoc instead of ghc-pandoc.,
zimoun <=