gnu: guix: Build with Guile 2.2.4.
* gnu/packages/package-management.scm (guix)[inputs]: Switch to GUILE-2.2.4.master
parent
9a0d324a16
commit
4e80516c0c
|
@ -263,7 +263,10 @@
|
||||||
|
|
||||||
("sqlite" ,sqlite)
|
("sqlite" ,sqlite)
|
||||||
("libgcrypt" ,libgcrypt)
|
("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
|
;; Many tests rely on the 'guile-bootstrap' package, which is why we
|
||||||
;; have it here.
|
;; have it here.
|
||||||
|
|
Reference in New Issue