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>master
parent
885332832c
commit
c22c6de453
|
@ -1208,7 +1208,7 @@ realistic reflections, shading, perspective and other effects.")
|
||||||
("python" ,python-2)
|
("python" ,python-2)
|
||||||
("cython" ,python2-cython)))
|
("cython" ,python2-cython)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pandoc" ,ghc-pandoc)
|
`(("pandoc" ,pandoc)
|
||||||
("bison" ,bison)
|
("bison" ,bison)
|
||||||
("flex" ,flex)
|
("flex" ,flex)
|
||||||
("doxygen" ,doxygen)
|
("doxygen" ,doxygen)
|
||||||
|
|
Reference in New Issue