mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user