diff options
| -rw-r--r-- | gnu/bootloader/grub.scm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/bootloader/grub.scm b/gnu/bootloader/grub.scm index c2462d5d036..e136482c541 100644 --- a/gnu/bootloader/grub.scm +++ b/gnu/bootloader/grub.scm | |||
| @@ -140,7 +140,12 @@ Otherwise the picture in IMAGE is just copied." | |||
| 140 | (svg->png #+image #$output | 140 | (svg->png #+image #$output |
| 141 | #:width #$width | 141 | #:width #$width |
| 142 | #:height #$height)) | 142 | #:height #$height)) |
| 143 | (copy-file #+image #$output)))))) | 143 | (copy-file #+image #$output)))) |
| 144 | ;; Work around a bug in grafts where different versions of | ||
| 145 | ;; guile-cairo are loaded from (gnu build svg). | ||
| 146 | ;; As seen in https://issues.guix.gnu.org/47115#23 and | ||
| 147 | ;; in https://issues.guix.gnu.org/75510. | ||
| 148 | #:options '(#:graft? #f))) | ||
| 144 | 149 | ||
| 145 | (define* (grub-background-image config) | 150 | (define* (grub-background-image config) |
| 146 | "Return the GRUB background image defined in CONFIG or #f if none was found. | 151 | "Return the GRUB background image defined in CONFIG or #f if none was found. |
