From 59bfedd572392c11a5017cc12edf293b0e40ad17 Mon Sep 17 00:00:00 2001 From: Yann Dupont Date: Fri, 7 May 2021 09:17:32 +0200 Subject: [PATCH] other way to avoid tests ? --- gnu/packages/glicid.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/glicid.scm b/gnu/packages/glicid.scm index ce67348..2de9c00 100644 --- a/gnu/packages/glicid.scm +++ b/gnu/packages/glicid.scm @@ -715,7 +715,7 @@ in the @code{debug} output), and binutils."))) ( substitute-keyword-arguments (package-arguments glicid-specific-hdf5) ((#:configure-flags flags) - ``("--enable-parallel" + ``("--enable-parallel" "--disable-tests" ,@(delete "--enable-cxx" (delete "--enable-threadsafe" ,flags)))) ((#:phases phases)