gnu: guix: Build with Guile 2.2.4.

* gnu/packages/package-management.scm (guix)[inputs]: Switch to
GUILE-2.2.4.
master
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
1 changed files with 4 additions and 1 deletions

View File

@ -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.