mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
3d664f8301
commit
c86448f38b
1 changed files with 1 additions and 1 deletions
|
@ -856,7 +856,7 @@ tables.")
|
||||||
(list #:make-flags
|
(list #:make-flags
|
||||||
#~(list "GUILE_AUTO_COMPILE=0")
|
#~(list "GUILE_AUTO_COMPILE=0")
|
||||||
#:phases
|
#:phases
|
||||||
(if (target-x86-64?)
|
(if (and (target-x86-64?) (not (target-hurd?)))
|
||||||
#~%standard-phases
|
#~%standard-phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-before 'check 'disable-some-tests
|
(add-before 'check 'disable-some-tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue