guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: guix: Build with Guile 2.2.4.


From: Ludovic Courtès
Subject: 01/06: gnu: guix: Build with Guile 2.2.4.
Date: Tue, 17 Jul 2018 09:13:55 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 4e80516c0cd07c55184057b14930b09441cb33ba
Author: Ludovic Courtès <address@hidden>
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.



reply via email to

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