mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue