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.
parent
5e51860e4c
commit
4b770d3adf
|
@ -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."
|
||||
|
|
Reference in New Issue