guix-commits
[Top][All Lists]
Advanced

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

02/03: Revert "gnu: grub: Add dependency on efibootmgr."


From: Marius Bakke
Subject: 02/03: Revert "gnu: grub: Add dependency on efibootmgr."
Date: Mon, 19 Dec 2016 22:48:45 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit 7d0910d4a7670d353f7eeab44ee72e943fed234b
Author: Marius Bakke <address@hidden>
Date:   Mon Dec 19 18:39:19 2016 +0100

    Revert "gnu: grub: Add dependency on efibootmgr."
    
    This reverts commit 3eee16130d858ae96510ec1c7d38d31290de2699.
    
    Reverted in favor of separate grub-efi package. See discussion at
    https://lists.gnu.org/archive/html/guix-devel/2016-12/msg00765.html .
---
 gnu/packages/grub.scm |    9 ---------
 1 file changed, 9 deletions(-)

diff --git a/gnu/packages/grub.scm b/gnu/packages/grub.scm
index 866dfcf..317ed03 100644
--- a/gnu/packages/grub.scm
+++ b/gnu/packages/grub.scm
@@ -84,12 +84,6 @@
                                        (assoc-ref inputs "mdadm")
                                        "/sbin/mdadm\"")))
 
-                     ;; Ditto for efibootmgr.
-                     (substitute* "grub-core/osdep/unix/platform.c"
-                       (("efibootmgr")
-                        (string-append (assoc-ref inputs "efibootmgr")
-                                       "/sbin/efibootmgr")))
-
                      ;; Make the font visible.
                      (copy-file (assoc-ref inputs "unifont") "unifont.bdf.gz")
                      (system* "gunzip" "unifont.bdf.gz")
@@ -104,9 +98,6 @@
     (inputs
      `(("gettext" ,gettext-minimal)
 
-       ;; For {U,}EFI.
-       ("efibootmgr" ,efibootmgr)
-
        ;; Depend on LVM2 for libdevmapper, used by 'grub-probe' and
        ;; 'grub-install' to recognize mapped devices (LUKS, etc.)
        ("lvm2" ,lvm2)



reply via email to

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