guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: freebayes: Fix test suite.


From: guix-commits
Subject: branch master updated: gnu: freebayes: Fix test suite.
Date: Mon, 04 Apr 2022 16:02:30 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 345f79b2cf gnu: freebayes: Fix test suite.
345f79b2cf is described below

commit 345f79b2cf02ecd187a1e3c922f685f3fc58bf2e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Apr 4 22:58:25 2022 +0300

    gnu: freebayes: Fix test suite.
    
    * gnu/packages/bioinformatics.scm (freebayes)[native-inputs]: Add python.
---
 gnu/packages/bioinformatics.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 82d9a3eca6..eed7e54f7f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -14512,6 +14512,7 @@ manipulations on VCF files.")
        ("parallel" ,parallel)
        ("perl" ,perl)
        ("pkg-config" ,pkg-config)
+       ("python" ,python)
        ("samtools" ,samtools)
        ("simde" ,simde)
        ;; This submodule is needed to run the tests.



reply via email to

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