guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: bootloader: grub: Fix cross-compilation.


From: guix-commits
Subject: branch master updated: bootloader: grub: Fix cross-compilation.
Date: Tue, 09 Jun 2020 12:49:45 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 80352a2  bootloader: grub: Fix cross-compilation.
80352a2 is described below

commit 80352a2f6878a3a51c3e26cb768b9ae3d63a5de7
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Jun 9 18:47:13 2020 +0200

    bootloader: grub: Fix cross-compilation.
    
    This is a follow-up of 536c53d347291dcc75e1073af6e6c5c614e0fff4, 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".
---
 gnu/bootloader/grub.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/bootloader/grub.scm b/gnu/bootloader/grub.scm
index fa391fd..b905ae3 100644
--- a/gnu/bootloader/grub.scm
+++ b/gnu/bootloader/grub.scm
@@ -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))
                      ";"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]