mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: r-loo: Use pandoc and pandoc-citeproc instead of the libraries.
* gnu/packages/cran.scm (r-loo)[inputs]: Replace ghc-pandoc with pandoc, and ghc-pandoc-citeproc with pandoc-citeproc.
This commit is contained in:
parent
4b3af162af
commit
a749dc9403
1 changed files with 2 additions and 2 deletions
|
@ -21266,8 +21266,8 @@ (define-public r-loo
|
|||
(properties `((upstream-name . "loo")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
`(("pandoc" ,ghc-pandoc)
|
||||
("pandoc-citeproc" ,ghc-pandoc-citeproc)))
|
||||
`(("pandoc" ,pandoc)
|
||||
("pandoc-citeproc" ,pandoc-citeproc)))
|
||||
(propagated-inputs
|
||||
`(("r-checkmate" ,r-checkmate)
|
||||
("r-matrixstats" ,r-matrixstats)))
|
||||
|
|
Loading…
Reference in a new issue