civodul pushed a commit to branch master
in repository guix.
commit 4e80516c0cd07c55184057b14930b09441cb33ba
Author: Ludovic Courtès <[email protected]>
Date: Tue Jul 17 12:17:46 2018 +0200
gnu: guix: Build with Guile 2.2.4.
* gnu/packages/package-management.scm (guix)[inputs]: Switch to
GUILE-2.2.4.
---
gnu/packages/package-management.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index 61e203c..acf6d4f 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -263,7 +263,10 @@
("sqlite" ,sqlite)
("libgcrypt" ,libgcrypt)
- ("guile" ,guile-2.2)
+
+ ;; Use 2.2.4 to avoid various thread-safety issues while building
+ ;; code in parallel.
+ ("guile" ,guile-2.2.4)
;; Many tests rely on the 'guile-bootstrap' package, which is why we
;; have it here.