gnu: rapicorn: Use pandoc instead of ghc-pandoc.

* gnu/packages/graphics.scm (rapicorn)[native-inputs]: Replace ghc-pandoc with
pandoc.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
zimoun 2020-09-11 12:43:45 +02:00 committed by Ludovic Courtès
parent 885332832c
commit c22c6de453
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1208,7 +1208,7 @@ (define-public rapicorn
("python" ,python-2)
("cython" ,python2-cython)))
(native-inputs
`(("pandoc" ,ghc-pandoc)
`(("pandoc" ,pandoc)
("bison" ,bison)
("flex" ,flex)
("doxygen" ,doxygen)