GNU bug report logs -
#78127
[PATCH] gnu: guile-fibers-next: Use guile-next for guile-fibers-next.
Previous Next
To reply to this bug, email your comments to 78127 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
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):
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
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Mon, 26 May 2025 08:06:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Christopher Baines <mail <at> cbaines.net>
:
bug acknowledged by developer.
(Mon, 26 May 2025 08:06:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 78127-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (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 17 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.