~ruther/guix-local

aed33e0aeda3d7dbffd8157d6c9863ab5f976c99 — Efraim Flashner 8 months ago 79086bb
gnu: grub-efi: Limit supported systems.

* gnu/packages/bootloaders.scm (grub-efi)[supported-systems]: New field.

Change-Id: Ie0df87eb3cba289f53459f80cab2ac1c4fe1e99a
1 files changed, 5 insertions(+), 1 deletions(-)

M gnu/packages/bootloaders.scm
M gnu/packages/bootloaders.scm => gnu/packages/bootloaders.scm +5 -1
@@ 486,7 486,11 @@ menu to select one of the installed operating systems.")
                  (("\"mcopy\"")
                   (string-append "\""
                                  (search-input-file inputs "/bin/mcopy")
                                  "\"")))))))))))
                                  "\"")))))))))
    ;; Check configure.ac for the list of supported EFI platforms.
    (supported-systems '("i686-linux" "x86_64-linux"
                         "i586-gnu" "x86_64-gnu"
                         "armhf-linux" "aarch64-linux" "riscv64-linux")))))

(define-public grub-efi32
  (package