diff mbox series

[bug#43330,6/6] gnu: rapicorn: Use pandoc instead of ghc-pandoc.

Message ID 20200911104345.2834-6-zimon.toutoune@gmail.com
State Accepted
Headers show
Series Use pandoc instead of ghc-pandoc | expand

Commit Message

Simon Tournier Sept. 11, 2020, 10:43 a.m. UTC
* gnu/packages/graphics.scm (rapicorn)[native-inputs]: Replace ghc-pandoc with
pandoc.
---
 gnu/packages/graphics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index d6c8e415bb..cf52984183 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -1208,7 +1208,7 @@  realistic reflections, shading, perspective and other effects.")
        ("python" ,python-2)
        ("cython" ,python2-cython)))
     (native-inputs
-     `(("pandoc" ,ghc-pandoc)
+     `(("pandoc" ,pandoc)
        ("bison" ,bison)
        ("flex" ,flex)
        ("doxygen" ,doxygen)