gnu: acl: Fix cross-compilation.
This is a follow-up of 6693eac6eb
.
* gnu/packages/acl.scm (acl): Disable tests when cross-compiling.
master
parent
e039202230
commit
559c134b0e
|
@ -51,7 +51,8 @@
|
||||||
`(#:modules ((ice-9 ftw)
|
`(#:modules ((ice-9 ftw)
|
||||||
,@%gnu-build-system-modules)
|
,@%gnu-build-system-modules)
|
||||||
#:configure-flags '("--disable-static")
|
#:configure-flags '("--disable-static")
|
||||||
#:tests? ,(not (hurd-target?))
|
#:tests? ,(not (or (%current-target-system)
|
||||||
|
(hurd-target?)))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
;; XXX After repacking the sources the timestamps are reset to the
|
;; XXX After repacking the sources the timestamps are reset to the
|
||||||
|
|
Reference in New Issue