[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."
- branch master updated (496a02d293 -> 9fe48723c8), guix-commits, 2022/01/12
- 03/10: build: clojure-utils: Don't try to compile Clojure.,
guix-commits <=
- 01/10: gnu: Add maven-resolver-transport-file., guix-commits, 2022/01/12
- 05/10: gnu: Add clojure-tools-gitlibs., guix-commits, 2022/01/12
- 08/10: gnu: Add clojure-tools-deps-alpha., guix-commits, 2022/01/12
- 02/10: gnu: Add maven-resolver-transport-http., guix-commits, 2022/01/12
- 09/10: gnu: Add clojure-tools., guix-commits, 2022/01/12
- 06/10: gnu: Add clojure-data-codec., guix-commits, 2022/01/12
- 04/10: gnu: Add clojure-test-check., guix-commits, 2022/01/12
- 10/10: gnu: clojure: Remove wrapper in favor of using clojure-tools., guix-commits, 2022/01/12
- 07/10: gnu: Add clojure-data-xml., guix-commits, 2022/01/12