mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05: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:
parent
5681ce5074
commit
80352a2f68
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ (define (setup-gfxterm config font-file)
|
||||||
insmod all_video
|
insmod all_video
|
||||||
insmod gfxterm
|
insmod gfxterm
|
||||||
fi~%"
|
fi~%"
|
||||||
#$font-file
|
#+font-file
|
||||||
#$(string-join
|
#$(string-join
|
||||||
(grub-theme-gfxmode (bootloader-theme config))
|
(grub-theme-gfxmode (bootloader-theme config))
|
||||||
";"))
|
";"))
|
||||||
|
|
Loading…
Reference in a new issue