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
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -51,7 +51,8 @@ (define-public acl
`(#: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