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
This commit is contained in:
Janneke Nieuwenhuizen 2024-11-08 12:42:13 +01:00
parent 3d664f8301
commit c86448f38b
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -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