mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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 @@ (define-public muchsync
|
|||
(base32 "1k2m44pj5i6vfhp9icdqs42chsp208llanc666p3d9nww8ngq2lb"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("ghc-pandoc" ,ghc-pandoc)
|
||||
`(("pandoc" ,pandoc)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("libcrypto" ,openssl)
|
||||
|
|
Loading…
Reference in a new issue