From ad1536e4730b9d37a0519fdd29bdd8195554358d Mon Sep 17 00:00:00 2001 From: Nikita Karetnikov Date: Thu, 14 Feb 2013 06:36:23 +0000 Subject: [PATCH] gnu: Disable Libtool's testsuite. * gnu/packages/autotools.scm (libtool): Add '#:tests? #f'. --- gnu/packages/autotools.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm index bc4dddc..e004dd9 100644 --- a/gnu/packages/autotools.scm +++ b/gnu/packages/autotools.scm @@ -195,7 +195,8 @@ Standards. Automake requires the use of Autoconf.") "out")) ; libltdl.so, ltdl.h, etc. (arguments - `(#:patches (list (assoc-ref %build-inputs "patch/skip-tests")) + `(#:tests? #f + #:patches (list (assoc-ref %build-inputs "patch/skip-tests")) #:phases (alist-cons-before 'check 'pre-check (lambda* (#:key inputs #:allow-other-keys) -- 1.8.0.2