diff options
author | Janneke Nieuwenhuizen <janneke@gnu.org> | 2024-11-08 11:15:12 +0100 |
---|---|---|
committer | Janneke Nieuwenhuizen <janneke@gnu.org> | 2024-12-03 08:39:00 +0100 |
commit | 70ed0260b36aaab7ae2a65a6495084c791bb8ba4 (patch) | |
tree | a12744342692c3981aab909368c6f3931cfc2934 /gnu/local.mk | |
parent | f21fb53a8d4b861fae42d74d76a571a8dc078c4e (diff) | |
download | guix-70ed0260b36aaab7ae2a65a6495084c791bb8ba4.tar guix-70ed0260b36aaab7ae2a65a6495084c791bb8ba4.tar.gz |
gnu: inetutils: Fix build for the 64bit Hurd.
* gnu/packages/patches/inetutils-hurd64.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/admin.scm (inetutils)[arguments]: When building for the 64bit
Hurd, use it in new "apply-hurd64-patch" stage.
Change-Id: I780f6a92418b49e5fe0d23eb1c90e155216f1428
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index a142e26cf2..c406f5c9a1 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1579,6 +1579,7 @@ dist_patch_DATA = \ %D%/packages/patches/indent-CVE-2024-0911.patch \ %D%/packages/patches/instead-use-games-path.patch \ %D%/packages/patches/intltool-perl-compatibility.patch \ + %D%/packages/patches/inetutils-hurd64.patch \ %D%/packages/patches/irrlicht-use-system-libs.patch \ %D%/packages/patches/irrlicht-link-against-needed-libs.patch \ %D%/packages/patches/isl-0.11.1-aarch64-support.patch \ |