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

Done: Christopher Baines <mail <at> cbaines.net>

Full log


View this message in rfc822 format

From: Christopher Baines <mail <at> cbaines.net>
To: 78127 <at> debbugs.gnu.org
Subject: [bug#78127] [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 18 days ago.

Previous Next


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