me
/
guix
Archived
1
0
Fork 0

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.
master
Ricardo Wurmus 2020-08-16 15:26:17 +02:00
parent 4b3af162af
commit a749dc9403
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -21266,8 +21266,8 @@ recommendations for developers.")
(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)))