From 214e0caf6a6272dcbe6a19b9a2ce37a7ab0d767d Mon Sep 17 00:00:00 2001 From: jgart Date: Mon, 8 Dec 2025 14:35:07 -0600 Subject: [PATCH] gnu: fennel: Don't explicitly enable tests. * gnu/packages/lua.scm (fennel)[arguments]: Remove form enabling tests explicitly and use default of #t instead. Change-Id: Ic39f51c2ae5ef51de69f5bd806a9fda6f5bb9d6c --- gnu/packages/lua.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index a9ff958dd8f..5c840c6938a 100644 --- a/gnu/packages/lua.scm +++ b/gnu/packages/lua.scm @@ -1327,7 +1327,6 @@ multiple local rocks trees.") (arguments (list #:make-flags #~(list (string-append "PREFIX=" (assoc-ref %outputs "out"))) - #:tests? #t ;even on cross-build #:test-target "test" #:phases #~(modify-phases %standard-phases (delete 'configure)