gnu: guix: Build with Guile 2.2.4.

* gnu/packages/package-management.scm (guix)[inputs]: Switch to
GUILE-2.2.4.
This commit is contained in:
Ludovic Courtès 2018-07-17 12:17:46 +02:00
parent 9a0d324a16
commit 4e80516c0c
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -263,7 +263,10 @@ (define (intern tarball)
("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.