From f7c3429073fb0d32ccd124b7a35828c5e2d52b65 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 24 Jun 2013 23:26:50 +0200 Subject: build-system/gnu: Disable test suite when cross building. * guix/build-system/gnu.scm (gnu-cross-build): Change #:tests? to default to #f. --- guix/build-system/gnu.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix/build-system/gnu.scm') diff --git a/guix/build-system/gnu.scm b/guix/build-system/gnu.scm index b72239d13e..78e8bf0652 100644 --- a/guix/build-system/gnu.scm +++ b/guix/build-system/gnu.scm @@ -332,7 +332,7 @@ inputs." (make-flags ''()) (patches ''()) (patch-flags ''("--batch" "-p1")) (out-of-source? #f) - (tests? #t) + (tests? #f) ; nothing can be done (test-target "check") (parallel-build? #t) (parallel-tests? #t) (patch-shebangs? #t) -- cgit v1.2.3