GNU bug report logs - #78127
[PATCH] gnu: guile-fibers-next: Use guile-next for guile-fibers-next.

Previous Next

Package: guix-patches;

Reported by: Christopher Baines <mail <at> cbaines.net>

Date: Tue, 29 Apr 2025 08:39:05 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 78127 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#78127; Package guix-patches. (Tue, 29 Apr 2025 08:39:06 GMT) Full text and rfc822 format available.

Acknowledgement sent to Christopher Baines <mail <at> cbaines.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 29 Apr 2025 08:39:07 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: guile-fibers-next: Use guile-next for guile-fibers-next.
Date: Tue, 29 Apr 2025 09:38:10 +0100
This should fix the build on some systems, like aarch64-linux.

* gnu/packages/guile-xyz.scm (guile-fibers-next):[inputs,native-inputs]: Use
guile-fibers-next.

Change-Id: I20067e81e831e7a07bffa7eb2ac8b4e0d8986840
---
 gnu/packages/guile-xyz.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 5dd45f89bf6..be80c0f28ad 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1060,7 +1060,13 @@ (define-public guile-fibers-next
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0kmsbdcpw2qdl20ihjsdcbw3nlii9f6zpkhhrwqmlyqi46hyq9xl")))))))
+                  "0kmsbdcpw2qdl20ihjsdcbw3nlii9f6zpkhhrwqmlyqi46hyq9xl"))))
+      (inputs
+       (modify-inputs (package-inputs guile-fibers)
+         (replace "guile" guile-next)))
+      (native-inputs
+       (modify-inputs (package-native-inputs guile-fibers)
+         (replace "guile" guile-next))))))
 
 (define-public guile-filesystem
   (package

base-commit: f76b9c4fdf88cbab81e3cac27841a6c56e3e32c9
-- 
2.49.0





This bug report was last modified 4 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.