guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Fix build of python-velocyto.


From: guix-commits
Subject: branch master updated: gnu: Fix build of python-velocyto.
Date: Mon, 09 Mar 2020 09:36:39 -0400

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

roelj pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c0f6446  gnu: Fix build of python-velocyto.
c0f6446 is described below

commit c0f64465796358e3bb71c4c6b0e7b936dd8aa99e
Author: Roel Janssen <address@hidden>
AuthorDate: Mon Mar 9 14:34:41 2020 +0100

    gnu: Fix build of python-velocyto.
    
    * gnu/packages/bioinformatics.scm (python-velocyto): Add python-joblib to
      native-inputs to make the test suite run succesfully.
---
 gnu/packages/bioinformatics.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index b5114fd..035a7bb 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -14453,6 +14453,8 @@ repeated areas between contigs.")
         (base32
          "0fgygyzqgrq32dv6a00biq1p1cwi6kbl5iqblxq1kklj6b2mzmhs"))))
     (build-system python-build-system)
+    (native-inputs
+     `(("python-joblib" ,python-joblib)))
     (propagated-inputs
      `(("python-click" ,python-click)
        ("python-cython" ,python-cython)



reply via email to

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