mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-14 00:50:35 +02:00
self: Build with Guile 2.2.4.
* guix/self.scm (guile-for-build): In the "2.2" case, choose GUILE-2.2.4.
This commit is contained in:
@@ -907,8 +907,10 @@ running Guile."
|
||||
(module-ref (resolve-interface '(gnu packages guile))
|
||||
'guile-2.2.2))
|
||||
("2.2"
|
||||
;; Use the latest version, which has fixes for
|
||||
;; <https://bugs.gnu.org/30602> and VM stack-marking issues.
|
||||
(canonical-package (module-ref (resolve-interface '(gnu packages guile))
|
||||
'guile-2.2/fixed)))
|
||||
'guile-2.2.4)))
|
||||
("2.0"
|
||||
(module-ref (resolve-interface '(gnu packages guile))
|
||||
'guile-2.0))))
|
||||
|
||||
Reference in New Issue
Block a user