guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: sambamba: Fix building.


From: guix-commits
Subject: branch master updated: gnu: sambamba: Fix building.
Date: Thu, 22 Jun 2023 05:25:21 -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 7f3c6d3b3b gnu: sambamba: Fix building.
7f3c6d3b3b is described below

commit 7f3c6d3b3ba86a8051e394e4ec9a6f6089753cb1
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jun 21 15:35:29 2023 +0300

    gnu: sambamba: Fix building.
    
    * gnu/packages/bioinformatics.scm (sambamba)[native-inputs]: Remove
    ld-gold-wrapper, bintutils-gold. Remove input labels.
---
 gnu/packages/bioinformatics.scm | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 4edcc28d12..87e7c33b90 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11732,13 +11732,7 @@ using high-throughput sc-RNAseq data.")
                (copy-file (string-append "bin/sambamba-" ,version)
                           (string-append bin "/sambamba"))))))))
     (native-inputs
-     `(("ld-gold-wrapper"
-        ;; Importing (gnu packages commencement) would introduce a cycle.
-        ,(module-ref (resolve-interface
-                      '(gnu packages commencement))
-                     'ld-gold-wrapper))
-       ("binutils-gold" ,binutils-gold)
-       ("python" ,python)))
+     (list python))
     (inputs
      (list ldc lz4 zlib))
     (home-page "https://github.com/biod/sambamba";)



reply via email to

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