gnu: r-abseqr: Use pandoc instead of ghc-pandoc.
* gnu/packages/bioconductor.scm (r-abseqr)[inputs]: Replace ghc-pandoc with pandoc.
This commit is contained in:
parent
a82236c5ce
commit
6fa5e4aaae
1 changed files with 1 additions and 1 deletions
|
@ -4089,7 +4089,7 @@ (define-public r-abseqr
|
|||
(properties `((upstream-name . "abseqR")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
`(("pandoc" ,ghc-pandoc)))
|
||||
`(("pandoc" ,pandoc)))
|
||||
(propagated-inputs
|
||||
`(("r-biocparallel" ,r-biocparallel)
|
||||
("r-biocstyle" ,r-biocstyle)
|
||||
|
|
Loading…
Reference in a new issue