me
/
guix
Archived
1
0
Fork 0

gnu: %guile-static-stripped: Update to Guile 3.0.8.

* gnu/packages/make-bootstrap.scm (%guile-static-stripped): Use
guile-3.0-latest, currently at 3.0.8.  This resolves a segfault in the Guix
System Linux initrd when running Guile 3.0.7 on a Cortex A9 CPU (NXP i.MX6
Quad).
master
Maxim Cournoyer 2022-12-11 21:19:00 -05:00
parent 2707b6ccd7
commit 45ac52239a
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 1 deletions

View File

@ -797,7 +797,7 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
;; A stripped static Guile 3.0 binary, for use in initrds ;; A stripped static Guile 3.0 binary, for use in initrds
;; and during bootstrap. ;; and during bootstrap.
(make-guile-static-stripped (make-guile-static-stripped
(make-guile-static guile-3.0 (make-guile-static guile-3.0-latest
'("guile-2.2-default-utf8.patch" '("guile-2.2-default-utf8.patch"
"guile-3.0-linux-syscalls.patch" "guile-3.0-linux-syscalls.patch"
"guile-3.0-relocatable.patch")))) "guile-3.0-relocatable.patch"))))