me
/
guix
Archived
1
0
Fork 0

gnu: r-stanheaders: Use pandoc instead of ghc-pandoc.

* gnu/packages/cran.scm (r-stanheaders)[inputs]: Replace ghc-pandoc with
pandoc.
master
Ricardo Wurmus 2020-08-15 16:51:01 +02:00
parent 45e6f1c6b7
commit fe69ceda2e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -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)))