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/packages/bootloaders.scm | 8 -------- 1 file changed, 8 deletions(-) (limited to 'gnu/packages/bootloaders.scm') diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm index a5ef6b080ff..2560e8c2492 100644 --- a/gnu/packages/bootloaders.scm +++ b/gnu/packages/bootloaders.scm @@ -208,14 +208,6 @@ (setenv "BUILD_FREETYPE_CFLAGS" (string-append "-I" freetype "/include/freetype2")))))) - #$@(if (target-hurd64?) - #~((add-after 'unpack 'apply-hurd64-patch - (lambda _ - (let ((patch - #$(local-file - (search-patch "grub-hurd64.patch")))) - (invoke "patch" "--force" "-p1" "-i" patch))))) - #~()) (add-before 'check 'disable-flaky-test (lambda _ ;; This test is unreliable. For more information, see: -- cgit v1.3