From 68a30a310a6bf89d8a26808a9dd9b707d4892837 Mon Sep 17 00:00:00 2001 From: Yann Dupont Date: Thu, 6 May 2021 23:45:28 +0200 Subject: [PATCH] if tests are not enabled, packages are not built --- gnu/packages/glicid.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/packages/glicid.scm b/gnu/packages/glicid.scm index 65a9c1b..4e3cbb2 100644 --- a/gnu/packages/glicid.scm +++ b/gnu/packages/glicid.scm @@ -691,9 +691,6 @@ in the @code{debug} output), and binutils."))) (package (inherit hdf5) (name "glicid-specific-hdf5") - (arguments - '(#:tests? #f)) - (native-inputs `( ("gcc",gcc-11) ("gfortran",gfortran-11)