[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/11: gnu: guile-fibers: Fix build for the 64bit Hurd.
From: |
guix-commits |
Subject: |
11/11: gnu: guile-fibers: Fix build for the 64bit Hurd. |
Date: |
Fri, 8 Nov 2024 09:02:35 -0500 (EST) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 2c78b8ca2890e7fee104319846d89d869002b2df
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Fri Nov 8 12:42:13 2024 +0100
gnu: guile-fibers: Fix build for the 64bit Hurd.
* gnu/packages/guile-xyz.scm (guile-fibers)[arguments]: Also modify phases
for
the 64bit Hurd.
Change-Id: I780f6a92418b49e5fe0d23eb1c90e155216f1428
---
gnu/packages/guile-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index ea192c2c03..a874ab908d 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -855,7 +855,7 @@ tables.")
(list #:make-flags
#~(list "GUILE_AUTO_COMPILE=0")
#:phases
- (if (target-x86-64?)
+ (if (and (target-x86-64?) (not (target-hurd?)))
#~%standard-phases
#~(modify-phases %standard-phases
(add-before 'check 'disable-some-tests
- 03/11: Revert "gnu: rumpkernel: Update to f1ffd6405f225336e595a0f99f01095ed7438337.", (continued)
- 03/11: Revert "gnu: rumpkernel: Update to f1ffd6405f225336e595a0f99f01095ed7438337.", guix-commits, 2024/11/08
- 09/11: gnu: inetutils: Fix build for the 64bit Hurd., guix-commits, 2024/11/08
- 06/11: gnu: hurd: Build fixes for the 64bit Hurd., guix-commits, 2024/11/08
- 07/11: gnu: git-minimal: Fix build for the 64bit Hurd., guix-commits, 2024/11/08
- 02/11: gnu: rumpkernel: Update to f1ffd6405f225336e595a0f99f01095ed7438337., guix-commits, 2024/11/08
- 05/11: gnu: hurd: Disable rumpkernel for the 64bit Hurd., guix-commits, 2024/11/08
- 08/11: gnu: git-minimal: Support the 64bit Hurd., guix-commits, 2024/11/08
- 04/11: gnu: netdde: Update to c0ef248d and cater for the 64bit Hurd., guix-commits, 2024/11/08
- 01/11: squash! gnu: libpciaccess: Support the 64bit Hurd., guix-commits, 2024/11/08
- 10/11: gnu: grub: Fix build for the 64bit Hurd., guix-commits, 2024/11/08
- 11/11: gnu: guile-fibers: Fix build for the 64bit Hurd.,
guix-commits <=