1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: acl: Fix cross-compilation.

This is a follow-up of 6693eac6eb.

* gnu/packages/acl.scm (acl): Disable tests when cross-compiling.
This commit is contained in:
Mathieu Othacehe
2020-10-27 12:00:07 +01:00
parent e039202230
commit 559c134b0e

View File

@@ -51,7 +51,8 @@
`(#:modules ((ice-9 ftw)
,@%gnu-build-system-modules)
#:configure-flags '("--disable-static")
#:tests? ,(not (hurd-target?))
#:tests? ,(not (or (%current-target-system)
(hurd-target?)))
#:phases
(modify-phases %standard-phases
;; XXX After repacking the sources the timestamps are reset to the