mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
fb04a2e33e
commit
214e0caf6a
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue