diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-03-19 10:43:28 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-03-19 11:07:54 +0100 |
commit | 1a29fc3ff95a6e5155607893a45e39ba75c1b806 (patch) | |
tree | 3a5bfed9395e18ff3d669b3e5403552f77d867ca | |
parent | 8c6117ee2250f2629bc25fae84a7cfd837250780 (diff) | |
download | guix-1a29fc3ff95a6e5155607893a45e39ba75c1b806.tar.gz |
gnu: pigx-rnaseq: Use pandoc-1.
* gnu/packages/bioinformatics.scm (pigx-rnaseq)[inputs]: Replace ghc-pandoc with ghc-pandoc-1, and ghc-pandoc-citeproc with ghc-pandoc-citeproc-with-pandoc-1.
-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 78754793a5..3672241aac 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -12720,8 +12720,8 @@ once. This package provides tools to perform Drop-seq analyses.") ("r-rtracklayer" ,r-rtracklayer) ("r-rjson" ,r-rjson) ("salmon" ,salmon) - ("ghc-pandoc" ,ghc-pandoc) - ("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc) + ("ghc-pandoc" ,ghc-pandoc-1) + ("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc-with-pandoc-1) ("python-wrapper" ,python-wrapper) ("python-pyyaml" ,python-pyyaml))) (home-page "http://bioinformatics.mdc-berlin.de/pigx/") |