[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)
- branch master updated (ada061c -> e8c5533), guix-commits, 2020/10/13
- 01/10: gnu: Remove python2-gst., guix-commits, 2020/10/13
- 02/10: gnu: xf86-input-libinput: Update to 0.30.0., guix-commits, 2020/10/13
- 04/10: gnu: Add dex., guix-commits, 2020/10/13
- 06/10: gnu: muchsync: Use pandoc instead of ghc-pandoc.,
guix-commits <=
- 07/10: gnu: git-annex: Update to 8.20201007., guix-commits, 2020/10/13
- 08/10: gnu: Add bindfs., guix-commits, 2020/10/13
- 09/10: gnu: Add python-dictdiffer., guix-commits, 2020/10/13
- 10/10: gnu: Add python-dpath., guix-commits, 2020/10/13
- 05/10: gnu: python-chardet: Enable tests., guix-commits, 2020/10/13
- 03/10: gnu: nmap: Update license., guix-commits, 2020/10/13