From 559c134b0ece171fcd39b31e5444b955deefcc8e Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Tue, 27 Oct 2020 12:00:07 +0100 Subject: gnu: acl: Fix cross-compilation. This is a follow-up of 6693eac6eb9e13852f2b4156f1e9ebcd70ec43b6. * gnu/packages/acl.scm (acl): Disable tests when cross-compiling. --- gnu/packages/acl.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/acl.scm b/gnu/packages/acl.scm index 4e90703d81..be4b079b04 100644 --- a/gnu/packages/acl.scm +++ b/gnu/packages/acl.scm @@ -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 -- cgit v1.2.3