guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/18: gnu: pigx-rnaseq: Use statically linked Pandoc.


From: guix-commits
Subject: 14/18: gnu: pigx-rnaseq: Use statically linked Pandoc.
Date: Sun, 16 Aug 2020 09:59:06 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2cb9f0f2a6f5c86264125be780f9b2bfd2bfe033
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Aug 16 15:27:14 2020 +0200

    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.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index a4eba2f..d784f13 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/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]