guix_mirror_bot pushed a commit to branch misc-world-rebuild in repository guix.
commit 19a9d24468e21c65c6b15c5133de3c0d91637ee6 Author: Julien Lepiller <[email protected]> AuthorDate: Mon May 18 11:49:27 2026 +0200 gnu: iproute2: Update to 7.0.0. * gnu/packages/linux.scm (iproute2): Update to 7.0.0. [arguments]<#:make-flags>: Specify PREFIX. Change-Id: Ia5f28051e42894c262e18a25e5ae5049cc514899 Signed-off-by: Nguyễn Gia Phong <[email protected]> --- gnu/packages/linux.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index d156bc4653..1a799f4e32 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4550,7 +4550,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") (define-public iproute (package (name "iproute2") - (version "6.4.0") + (version "7.0.0") (source (origin (method url-fetch) (uri (string-append @@ -4558,7 +4558,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") version ".tar.xz")) (sha256 (base32 - "0wm2g70vfhnf8wb6py3zmzwxp4zv1icny1pvkwaxmr67rggbhlac")))) + "0kiggxwnjsglxnj43wqkc0rmq0acxf6xqcgk7ddc0qyynpvr0a76")))) (build-system gnu-build-system) (arguments (list @@ -4570,6 +4570,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") "HOSTCC=gcc" (string-append "BASH_COMPDIR=" out "/etc/bash_completion.d") + (string-append "PREFIX=" out) (string-append "LIBDIR=" out "/lib") (string-append "HDRDIR=" out "/include") (string-append "SBINDIR=" out "/sbin")
