diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-08-16 15:27:14 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-08-16 15:57:27 +0200 |
commit | 2cb9f0f2a6f5c86264125be780f9b2bfd2bfe033 (patch) | |
tree | b2573c6afb69c2d30b0910992a871ab91fffb8e1 /gnu/packages/bioinformatics.scm | |
parent | a749dc9403aabb63458eff601e2065cc967b383f (diff) | |
download | guix-2cb9f0f2a6f5c86264125be780f9b2bfd2bfe033.tar.gz |
gnu: pigx-rnaseq: Use statically linked Pandoc.
* gnu/packages/bioinformatics.scm (pigx-rnaseq)[inputs]: Use pandoc and pandoc-citeproc instead of ghc-pandoc and ghc-pandoc-citeproc.
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 a4eba2fc80..d784f133e8 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -12953,8 +12953,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) + ("pandoc" ,pandoc) + ("pandoc-citeproc" ,pandoc-citeproc) ("python-wrapper" ,python-wrapper) ("python-pyyaml" ,python-pyyaml))) (home-page "https://bioinformatics.mdc-berlin.de/pigx/") |