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:
parent
9a0d324a16
commit
4e80516c0c
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue