diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2026-03-13 16:17:49 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-13 15:27:38 +0000 |
| commit | 61ba412769e3f3cd0d2f5cc2d7278988b78d18bb (patch) | |
| tree | 20325a6a8240207a9ce9fe5c921897bc29e42202 /gnu/packages/patches/grub-hurd64.patch | |
| parent | 07992d2593f71bef822a4978b8cd2c56a90ddb62 (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/patches/grub-hurd64.patch')
| -rw-r--r-- | gnu/packages/patches/grub-hurd64.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/gnu/packages/patches/grub-hurd64.patch b/gnu/packages/patches/grub-hurd64.patch deleted file mode 100644 index d5acd99eb8c..00000000000 --- a/gnu/packages/patches/grub-hurd64.patch +++ /dev/null @@ -1,32 +0,0 @@ -Upstream-status: Not presented upstream. - -From a4eb7d1f2cbd02132a9f5512f1294182576d4653 Mon Sep 17 00:00:00 2001 -From: Janneke Nieuwenhuizen <janneke@gnu.org> -Date: Fri, 8 Nov 2024 11:47:49 +0100 -Subject: [PATCH] osdep/hurd: Support the 64bit Hurd. -Content-Transfer-Encoding: 8bit -Content-Type: text/plain; charset=UTF-8 - -* grub-core/osdep/hurd/getroot.c (grub_util_find_hurd_root_device): -Use mach_msg_type_number_t instead of size_t. ---- - grub-core/osdep/hurd/getroot.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/grub-core/osdep/hurd/getroot.c b/grub-core/osdep/hurd/getroot.c -index 0efefdab4..b849700e6 100644 ---- a/grub-core/osdep/hurd/getroot.c -+++ b/grub-core/osdep/hurd/getroot.c -@@ -58,7 +58,7 @@ grub_util_find_hurd_root_device (const char *path) - file_t file; - error_t err; - char *argz = NULL, *name = NULL, *ret; -- size_t argz_len = 0; -+ mach_msg_type_number_t argz_len = 0; - int i; - - file = file_name_lookup (path, 0, 0); --- -Janneke Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond https://LilyPond.org -Freelance IT https://www.JoyOfSource.com | AvatarĀ® https://AvatarAcademy.com - |
