mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: linux-initrd: Use Guile 3.0.
* gnu/system/linux-initrd.scm (expression->initrd): Change from %GUILE-STATIC-STRIPPED to %GUILE-3.0-STATIC-STRIPPED.
This commit is contained in:
parent
3ba23f0582
commit
57833803b4
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ (define-module (gnu system linux-initrd)
|
|||
#:use-module ((gnu packages xorg)
|
||||
#:select (console-setup xkeyboard-config))
|
||||
#:use-module ((gnu packages make-bootstrap)
|
||||
#:select (%guile-static-stripped))
|
||||
#:select (%guile-3.0-static-stripped))
|
||||
#:use-module (gnu system file-systems)
|
||||
#:use-module (gnu system mapped-devices)
|
||||
#:use-module (gnu system keyboard)
|
||||
|
@ -62,7 +62,7 @@ (define-module (gnu system linux-initrd)
|
|||
|
||||
(define* (expression->initrd exp
|
||||
#:key
|
||||
(guile %guile-static-stripped)
|
||||
(guile %guile-3.0-static-stripped)
|
||||
(gzip gzip)
|
||||
(name "guile-initrd")
|
||||
(system (%current-system)))
|
||||
|
|
Loading…
Reference in a new issue