From 61ba412769e3f3cd0d2f5cc2d7278988b78d18bb Mon Sep 17 00:00:00 2001 From: Hugo Buddelmeijer Date: Fri, 13 Mar 2026 16:17:49 +0100 Subject: gnu: grub: Fix build for the 64bit Hurd. Patch is unnecessary after grub is upgraded to 2.14 in https://codeberg.org/guix/guix/pulls/6457. * gnu/packages/bootloaders.scm (grub)[arguments]: Remove patch. * gnu/packages/patches/grub-hurd64.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Unregister it. Fixes: guix/guix#7106 Merges: https://codeberg.org/guix/guix/pulls/7110 Change-Id: I288ae85f006e44e48e666123eb45cee9f1693026 Signed-off-by: Sharlatan Hellseher --- gnu/local.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'gnu/local.mk') diff --git a/gnu/local.mk b/gnu/local.mk index 19921260789..72f3cfff9f6 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1541,7 +1541,6 @@ dist_patch_DATA = \ %D%/packages/patches/grfcodec-gcc-compat.patch \ %D%/packages/patches/groovy-add-exceptionutilsgenerator.patch \ %D%/packages/patches/grub-efi-fat-serial-number.patch \ - %D%/packages/patches/grub-hurd64.patch \ %D%/packages/patches/grub-setup-root.patch \ %D%/packages/patches/guile-1.8-cpp-4.5.patch \ %D%/packages/patches/guile-2.2-skip-oom-test.patch \ -- cgit v1.3