diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-03-19 10:44:32 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-03-19 11:07:55 +0100 |
commit | fd757a8f21252044f8180ed69de1cd82ef1857f1 (patch) | |
tree | a3f345e03f20bc6fb6680533b3ee4381a1705aa9 /gnu/packages/bioinformatics.scm | |
parent | 1a29fc3ff95a6e5155607893a45e39ba75c1b806 (diff) | |
download | patches-fd757a8f21252044f8180ed69de1cd82ef1857f1.tar patches-fd757a8f21252044f8180ed69de1cd82ef1857f1.tar.gz |
gnu: pigx-chipseq: Use pandoc-1.
* gnu/packages/bioinformatics.scm (pigx-chipseq)[inputs]: Replace ghc-pandoc
with ghc-pandoc-1, and ghc-pandoc-citeproc with
ghc-pandoc-citeproc-with-pandoc-1.
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 3672241aac..59cd1bdee8 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -12778,8 +12778,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) + ("ghc-pandoc" ,ghc-pandoc-1) + ("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc-with-pandoc-1) ("fastqc" ,fastqc) ("bowtie" ,bowtie) ("idr" ,idr) |