me
/
guix
Archived
1
0
Fork 0

gnu: pigx-chipseq: Use statically linked Pandoc.

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

View File

@ -13015,8 +13015,8 @@ expression report comparing samples in an easily configurable manner.")
("macs" ,macs)
("multiqc" ,multiqc)
("perl" ,perl)
("ghc-pandoc" ,ghc-pandoc)
("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc)
("pandoc" ,pandoc)
("pandoc-citeproc" ,pandoc-citeproc)
("fastqc" ,fastqc)
("bowtie" ,bowtie)
("idr" ,idr)