all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Efraim Flashner <efraim@flashner.co.il>
To: 64218@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#64218] [PATCH 7/7] gnu: sambamba: Fix building.
Date: Thu, 22 Jun 2023 12:19:14 +0300	[thread overview]
Message-ID: <1ecebd6162fabea2e9fd0f2c849ecf079a008355.1687425321.git.efraim@flashner.co.il> (raw)
In-Reply-To: <cover.1687425321.git.efraim@flashner.co.il>

* 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 @@ (define-public sambamba
                (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")
-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted





  parent reply	other threads:[~2023-06-22  9:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-22  9:17 [bug#64218] [PATCH 0/7] build ldc with llvm-15 Efraim Flashner
2023-06-22  9:19 ` [bug#64218] [PATCH 1/7] gnu: python-lit: Update to 16.0.6 Efraim Flashner
2023-06-22  9:19 ` [bug#64218] [PATCH 2/7] gnu: clang-runtime-15: Don't delete static libraries Efraim Flashner
2023-06-22  9:19 ` [bug#64218] [PATCH 3/7] gnu: clang-15: Fix building on i686-linux Efraim Flashner
2023-06-22  9:19 ` [bug#64218] [PATCH 4/7] gnu: lld-15: Adjust max text section size on riscv64-linux Efraim Flashner
2023-06-22  9:19 ` [bug#64218] [PATCH 5/7] gnu: ldc: Build with llvm-15 Efraim Flashner
2023-06-22  9:19 ` [bug#64218] [PATCH 6/7] gnu: ldc: Enable building on more architectures Efraim Flashner
2023-06-22  9:19 ` Efraim Flashner [this message]
     [not found] ` <handler.64218.B.16874256725763.ack@debbugs.gnu.org>
2023-12-03  9:21   ` bug#64218: Acknowledgement ([PATCH 0/7] build ldc with llvm-15) Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1ecebd6162fabea2e9fd0f2c849ecf079a008355.1687425321.git.efraim@flashner.co.il \
    --to=efraim@flashner.co.il \
    --cc=64218@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.