build: clojure-utils: Don't try to compile Clojure.

* guix/build/clojure-utils.scm (%aot-include): Add "data-readers" to the
default list of files to exclude from ahead-of-time compilation.
This commit is contained in:
Reily Siegel 2021-12-23 18:04:28 -05:00 committed by Ricardo Wurmus
parent 5e51860e4c
commit 4b770d3adf
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ all libraries found under the source directories."
(define-with-docs %aot-exclude
"A default list of symbols deciding what not to compile.
See the doc string of '%aot-include' for more details."
'())
'(data-readers))
(define-with-docs %tests?
"Enable tests by default."