guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 03/10: build: clojure-utils: Don't try to compile Clojure.
Date: Wed, 12 Jan 2022 11:44:22 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 4b770d3adf7be7291fc15015761bedfeb01aaf05
Author: Reily Siegel <mail@reilysiegel.com>
AuthorDate: Thu Dec 23 18:04:28 2021 -0500

    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.
---
 guix/build/clojure-utils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/build/clojure-utils.scm b/guix/build/clojure-utils.scm
index a9ffad3c8f..8817cab52a 100644
--- a/guix/build/clojure-utils.scm
+++ b/guix/build/clojure-utils.scm
@@ -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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]