diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-08-16 15:28:06 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-08-16 15:57:27 +0200 |
commit | c0ad6dc976738e0ba21904f7290cf89512c0b5b3 (patch) | |
tree | e155792c483bb6d4b6c4dfcbd694b2798dafd443 /gnu | |
parent | 2cb9f0f2a6f5c86264125be780f9b2bfd2bfe033 (diff) | |
download | guix-c0ad6dc976738e0ba21904f7290cf89512c0b5b3.tar.gz |
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.
Diffstat (limited to 'gnu')
-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 d784f133e8..967709f023 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -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) |