me
/
guix
Archived
1
0
Fork 0

gnu: pigx-bsseq: Use statically linked Pandoc.

* gnu/packages/bioinformatics.scm (pigx-bsseq)[inputs]: Use pandoc and
pandoc-citeproc instead of ghc-pandoc and ghc-pandoc-citeproc.
master
Ricardo Wurmus 2020-08-16 15:28:42 +02:00
parent c0ad6dc976
commit ac6eba4eb4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -13077,8 +13077,8 @@ in an easily configurable manner.")
("r-bookdown" ,r-bookdown)
("r-ggplot2" ,r-ggplot2)
("r-ggbio" ,r-ggbio)
("ghc-pandoc" ,ghc-pandoc)
("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc)
("pandoc" ,pandoc)
("pandoc-citeproc" ,pandoc-citeproc)
("python-wrapper" ,python-wrapper)
("python-pyyaml" ,python-pyyaml)
("snakemake" ,snakemake)