[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
48/49: gnu: guile-fibers: Fix build for the 64bit Hurd.
From: |
guix-commits |
Subject: |
48/49: gnu: guile-fibers: Fix build for the 64bit Hurd. |
Date: |
Sun, 10 Nov 2024 05:26:29 -0500 (EST) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 86686ad32c0d7b3213d9e7c3640b61b4e4672fc2
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
- 39/49: gnu: libpciaccess: Support the 64bit Hurd., (continued)
- 39/49: gnu: libpciaccess: Support the 64bit Hurd., guix-commits, 2024/11/10
- 44/49: gnu: hurd: Build fixes for the 64bit Hurd., guix-commits, 2024/11/10
- 49/49: system: hurd: Use 64bit gnumach for the 64bit Hurd., guix-commits, 2024/11/10
- 26/49: gnu: elfutils: Fix build for 64bit Hurd., guix-commits, 2024/11/10
- 24/49: gnu: cross-libc: Support cross-building for the 64bit Hurd., guix-commits, 2024/11/10
- 29/49: gnu: libxcrypt: Support the 64bit Hurd., guix-commits, 2024/11/10
- 34/49: gnu: Add libgpg-error-1.50., guix-commits, 2024/11/10
- 19/49: gnu: mig: Update to v1.8+git20231217., guix-commits, 2024/11/10
- 28/49: gnu: patch: Fix build for the 64bit Hurd., guix-commits, 2024/11/10
- 27/49: gnu: grep: Fix build for the 64bit Hurd., guix-commits, 2024/11/10
- 48/49: gnu: guile-fibers: Fix build for the 64bit Hurd.,
guix-commits <=
- 41/49: gnu: netdde: Support the 64bit Hurd., guix-commits, 2024/11/10
- 43/49: gnu: rumpkernel: Support the 64bit Hurd., guix-commits, 2024/11/10
- 42/49: gnu: rumpkernel: Update to f1ffd6405f225336e595a0f99f01095ed7438337., guix-commits, 2024/11/10
- 45/49: gnu: git-minimal: Support the 64bit Hurd., guix-commits, 2024/11/10
- 46/49: gnu: inetutils: Fix build for the 64bit Hurd., guix-commits, 2024/11/10