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:
Mathieu Othacehe 2020-06-09 18:47:13 +02:00
parent 5681ce5074
commit 80352a2f68
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 1 deletions

View File

@ -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))
";"))