gnu: r-filematrix: Use pandoc-citeproc instead of ghc-pandoc-citeproc.
* gnu/packages/cran.scm (r-filematrix)[native-inputs]: Replace ghc-pandoc-citeproc with pandoc-citeproc.
This commit is contained in:
parent
3db9543e64
commit
a82236c5ce
1 changed files with 1 additions and 1 deletions
|
@ -18030,7 +18030,7 @@ (define-public r-filematrix
|
|||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)
|
||||
("r-rmarkdown" ,r-rmarkdown)
|
||||
("pandoc-citeproc" ,ghc-pandoc-citeproc)))
|
||||
("pandoc-citeproc" ,pandoc-citeproc)))
|
||||
(home-page "https://github.com/andreyshabalin/filematrix")
|
||||
(synopsis "File-backed matrix class with convenient read and write access")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue