mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
bootloader: grub: Fix cross-compilation.
This is a follow-up of 536c53d347, that do not
use the native version of "font-file", breaking cross-compilation.
* gnu/bootloader/grub.scm (eye-candy): Use the native version of "font-file".
This commit is contained in:
@@ -151,7 +151,7 @@ if loadfont ~a; then
|
||||
insmod all_video
|
||||
insmod gfxterm
|
||||
fi~%"
|
||||
#$font-file
|
||||
#+font-file
|
||||
#$(string-join
|
||||
(grub-theme-gfxmode (bootloader-theme config))
|
||||
";"))
|
||||
|
||||
Reference in New Issue
Block a user