guix-commits
[Top][All Lists]
Advanced

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

17/18: gnu: pigx-scrnaseq: Use statically linked Pandoc.


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

rekado pushed a commit to branch master
in repository guix.

commit 6f5530b9bc3b3fcf6958ed3854d361f38d095a95
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Aug 16 15:29:01 2020 +0200

    gnu: pigx-scrnaseq: Use statically linked Pandoc.
    
    * gnu/packages/bioinformatics.scm (pigx-scrnaseq)[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 0337223..4c89aa4 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -13122,8 +13122,8 @@ methylation and segmentation.")
        ("python-magic" ,python-magic)
        ("python-numpy" ,python-numpy)
        ("python-loompy" ,python-loompy)
-       ("ghc-pandoc" ,ghc-pandoc)
-       ("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc)
+       ("pandoc" ,pandoc)
+       ("pandoc-citeproc" ,pandoc-citeproc)
        ("samtools" ,samtools)
        ("snakemake" ,snakemake)
        ("star" ,star)



reply via email to

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