guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 214e0caf6a6272dcbe6a19b9a2ce37a7ab0d767d
Author: jgart <[email protected]>
AuthorDate: Mon Dec 8 14:35:07 2025 -0600

    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 a9ff958dd8..5c840c6938 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)

Reply via email to