guix-commits
[Top][All Lists]
Advanced

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

15/18: gnu: pigx-chipseq: Use statically linked Pandoc.


From: guix-commits
Subject: 15/18: gnu: pigx-chipseq: 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 c0ad6dc976738e0ba21904f7290cf89512c0b5b3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Aug 16 15:28:06 2020 +0200

    gnu: pigx-chipseq: Use statically linked Pandoc.
    
    * gnu/packages/bioinformatics.scm (pigx-chipseq)[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 d784f13..967709f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -13015,8 +13015,8 @@ expression report comparing samples in an easily 
configurable manner.")
        ("macs" ,macs)
        ("multiqc" ,multiqc)
        ("perl" ,perl)
-       ("ghc-pandoc" ,ghc-pandoc)
-       ("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc)
+       ("pandoc" ,pandoc)
+       ("pandoc-citeproc" ,pandoc-citeproc)
        ("fastqc" ,fastqc)
        ("bowtie" ,bowtie)
        ("idr" ,idr)



reply via email to

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