[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/35: gnu: guile-fibers: Fix build for the 64bit Hurd.
From: |
guix-commits |
Subject: |
14/35: gnu: guile-fibers: Fix build for the 64bit Hurd. |
Date: |
Tue, 3 Dec 2024 02:45:49 -0500 (EST) |
janneke pushed a commit to branch master
in repository guix.
commit c86448f38b74b2da8f76ebbf3bdfaa43053bb3a8
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 a21289d368..bd5878d229 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -856,7 +856,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
- 31/35: gnu: commencement: gcc-final: Support the 64bit Hurd., (continued)
- 31/35: gnu: commencement: gcc-final: Support the 64bit Hurd., guix-commits, 2024/12/03
- 24/35: system: examples: Add devel-hurd64.tmpl., guix-commits, 2024/12/03
- 16/35: gnu: commencement: gnumach-headers-boot0: Update to 1.8+git20240714., guix-commits, 2024/12/03
- 20/35: gnu: gettext: Fix cross-build shebangs., guix-commits, 2024/12/03
- 15/35: gnu: m4: Fix build for the 64bit Hurd., guix-commits, 2024/12/03
- 19/35: gnu: commencement: libstdc++-boot0-gcc7: Replace by make-libstdc++-boot0., guix-commits, 2024/12/03
- 26/35: gnu: commencement: kernel-headers-boot0: Support the 64bit Hurd., guix-commits, 2024/12/03
- 35/35: gnu: m4: Fix build of tests on the 64bit Hurd., guix-commits, 2024/12/03
- 21/35: gnu: Add gdb-15.2, with support for the 64bit Hurd., guix-commits, 2024/12/03
- 18/35: gnu: commencement: hurd-headers-boot0: Update to 0.9.git20240714., guix-commits, 2024/12/03
- 14/35: gnu: guile-fibers: Fix build for the 64bit Hurd.,
guix-commits <=
- 23/35: system: examples: Add bare-hurd64.tmpl., guix-commits, 2024/12/03
- 32/35: gnu: coreutils: Skip some tests on the 64bit Hurd., guix-commits, 2024/12/03
- 25/35: gnu: Use gcc-14, gcc-toolchain-14 on the 64bit Hurd., guix-commits, 2024/12/03
- 33/35: gnu: grep: Skip a test on the 64bit Hurd., guix-commits, 2024/12/03
- 34/35: gnu: diffutils: Skip some tests on the 64bit Hurd., guix-commits, 2024/12/03
- 30/35: gnu: commencement: gcc-boot0: Support the 64bit Hurd., guix-commits, 2024/12/03
- 06/35: gnu: libpciaccess: Support the 64bit Hurd., guix-commits, 2024/12/03