From 1a29fc3ff95a6e5155607893a45e39ba75c1b806 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 19 Mar 2018 10:43:28 +0100 Subject: 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. --- gnu/packages/bioinformatics.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') 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 @@ (define-public pigx-rnaseq ("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/") -- cgit v1.2.3