summaryrefslogtreecommitdiff
path: root/gnu/packages/bootloaders.scm
diff options
context:
space:
mode:
authorHugo Buddelmeijer <hugo@buddelmeijer.nl>2026-03-13 16:17:49 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-03-13 15:27:38 +0000
commit61ba412769e3f3cd0d2f5cc2d7278988b78d18bb (patch)
tree20325a6a8240207a9ce9fe5c921897bc29e42202 /gnu/packages/bootloaders.scm
parent07992d2593f71bef822a4978b8cd2c56a90ddb62 (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/bootloaders.scm')
-rw-r--r--gnu/packages/bootloaders.scm8
1 files changed, 0 insertions, 8 deletions
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 @@
208 (setenv "BUILD_FREETYPE_CFLAGS" 208 (setenv "BUILD_FREETYPE_CFLAGS"
209 (string-append "-I" freetype 209 (string-append "-I" freetype
210 "/include/freetype2")))))) 210 "/include/freetype2"))))))
211 #$@(if (target-hurd64?)
212 #~((add-after 'unpack 'apply-hurd64-patch
213 (lambda _
214 (let ((patch
215 #$(local-file
216 (search-patch "grub-hurd64.patch"))))
217 (invoke "patch" "--force" "-p1" "-i" patch)))))
218 #~())
219 (add-before 'check 'disable-flaky-test 211 (add-before 'check 'disable-flaky-test
220 (lambda _ 212 (lambda _
221 ;; This test is unreliable. For more information, see: 213 ;; This test is unreliable. For more information, see: