system: Fix dependency for grub.cfg generation.
* gnu/bootloader/grub.scm (eye-candy)[font-file]: Use the bootloader package provided with the configuration.
This commit is contained in:
parent
c69a1c27ee
commit
222a630e9e
1 changed files with 5 additions and 3 deletions
|
@ -171,9 +171,11 @@ fi~%"
|
||||||
(symbol->string (assoc-ref colors 'bg)))))
|
(symbol->string (assoc-ref colors 'bg)))))
|
||||||
|
|
||||||
(define font-file
|
(define font-file
|
||||||
|
(let* ((bootloader (bootloader-configuration-bootloader config))
|
||||||
|
(grub (bootloader-package bootloader)))
|
||||||
(normalize-file (file-append grub "/share/grub/unicode.pf2")
|
(normalize-file (file-append grub "/share/grub/unicode.pf2")
|
||||||
store-mount-point
|
store-mount-point
|
||||||
store-directory-prefix))
|
store-directory-prefix)))
|
||||||
|
|
||||||
(define image
|
(define image
|
||||||
(normalize-file (grub-background-image config)
|
(normalize-file (grub-background-image config)
|
||||||
|
|
Reference in a new issue