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: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Christopher Baines <mail <at> cbaines.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#78127: closed ([PATCH] gnu: guile-fibers-next: Use guile-next
 for guile-fibers-next.)
Date: Mon, 26 May 2025 08:06:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 26 May 2025 09:05:17 +0100
with message-id <87jz63n6f6.fsf <at> cbaines.net>
and subject line Re: [bug#78127] [PATCH] gnu: guile-fibers-next: Use guile-next for guile-fibers-next.
has caused the debbugs.gnu.org bug report #78127,
regarding [PATCH] gnu: guile-fibers-next: Use guile-next for guile-fibers-next.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
78127: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78127
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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



[Message part 3 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: 78127-done <at> debbugs.gnu.org
Subject: Re: [bug#78127] [PATCH] gnu: guile-fibers-next: Use guile-next for
 guile-fibers-next.
Date: Mon, 26 May 2025 09:05:17 +0100
[Message part 4 (text/plain, inline)]
Christopher Baines <mail <at> cbaines.net> writes:

> 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(-)

Pushed previously as ea5abd73818cb3a8f8286222a870643de47fc227.
[signature.asc (application/pgp-signature, inline)]

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.