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:
parent
331aaf5280
commit
8514dfdee6
1 changed files with 1 additions and 1 deletions
|
@ -1209,7 +1209,7 @@ and search library.")
|
||||||
(base32 "1k2m44pj5i6vfhp9icdqs42chsp208llanc666p3d9nww8ngq2lb"))))
|
(base32 "1k2m44pj5i6vfhp9icdqs42chsp208llanc666p3d9nww8ngq2lb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ghc-pandoc" ,ghc-pandoc)
|
`(("pandoc" ,pandoc)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libcrypto" ,openssl)
|
`(("libcrypto" ,openssl)
|
||||||
|
|
Reference in a new issue