gnu: r-stanheaders: Use pandoc instead of ghc-pandoc.
* gnu/packages/cran.scm (r-stanheaders)[inputs]: Replace ghc-pandoc with pandoc.
This commit is contained in:
parent
45e6f1c6b7
commit
fe69ceda2e
1 changed files with 1 additions and 1 deletions
|
@ -20582,7 +20582,7 @@ (define-public r-stanheaders
|
|||
"1zyph2x47x9a5baj5d79a1lzj7gajirisajvkrcngrjvw8bq7810"))))
|
||||
(properties `((upstream-name . "StanHeaders")))
|
||||
(build-system r-build-system)
|
||||
(inputs `(("pandoc" ,ghc-pandoc)))
|
||||
(inputs `(("pandoc" ,pandoc)))
|
||||
(propagated-inputs
|
||||
`(("r-rcppeigen" ,r-rcppeigen)
|
||||
("r-rcppparallel" ,r-rcppparallel)))
|
||||
|
|
Loading…
Reference in a new issue