mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
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 @@ perform @dfn{exploratory mediation} (XMed).")
|
|||
"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…
Add table
Reference in a new issue