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>
This commit is contained in:
zimoun 2020-10-07 17:24:11 +02:00 committed by Marius Bakke
parent 331aaf5280
commit 8514dfdee6
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -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)