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
This commit is contained in:
jgart 2025-12-08 14:35:07 -06:00
parent fb04a2e33e
commit 214e0caf6a
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -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)