gnu: r-bookdown: Do not propagate ghc-pandoc.

This package propagates r-rmarkdown, which propagates its own variant of
Pandoc.

* gnu/packages/bioinformatics.scm (r-bookdown)[propagated-inputs]: Remove
ghc-pandoc.
This commit is contained in:
Ricardo Wurmus 2018-03-22 17:05:42 +01:00
parent 63c295d2f5
commit 618050a126
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6871,8 +6871,7 @@ (define-public r-bookdown
("r-rmarkdown" ,r-rmarkdown)
("r-tinytex" ,r-tinytex)
("r-yaml" ,r-yaml)
("r-xfun" ,r-xfun)
("ghc-pandoc" ,ghc-pandoc)))
("r-xfun" ,r-xfun)))
(home-page "https://github.com/rstudio/bookdown")
(synopsis "Authoring books and technical documents with R markdown")
(description "This package provides output formats and utilities for