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:
parent
63c295d2f5
commit
618050a126
|
@ -6871,8 +6871,7 @@ also known as views, in a controlled vocabulary.")
|
|||
("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
|
||||
|
|
Loading…
Reference in New Issue