summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2026-05-18 11:49:27 +0200
committerNguyễn Gia Phong <cnx@loang.net>2026-07-22 12:20:10 +0900
commit5e4c2c74a92670f78fdded6a9dee0bf9d7ebf16d (patch)
tree3aac53b57e8d610a81a2acd2f3d5a3abb2dbeb03
parentf18ce65b277aa36249c4e27074696e6f537c0af2 (diff)
gnu: iproute2: Update to 7.0.0.
* gnu/packages/linux.scm (iproute2): Update to 7.0.0. [arguments]<#:make-flags>: Specify PREFIX. References: https://codeberg.org/guix/guix/pulls/8701 Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
-rw-r--r--gnu/packages/linux.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index cd663d69de1..e9c7e598a56 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4822,7 +4822,7 @@ that the Ethernet protocol is much simpler than the IP protocol.")
4822(define-public iproute 4822(define-public iproute
4823 (package 4823 (package
4824 (name "iproute2") 4824 (name "iproute2")
4825 (version "6.4.0") 4825 (version "7.0.0")
4826 (source (origin 4826 (source (origin
4827 (method url-fetch) 4827 (method url-fetch)
4828 (uri (string-append 4828 (uri (string-append
@@ -4830,7 +4830,7 @@ that the Ethernet protocol is much simpler than the IP protocol.")
4830 version ".tar.xz")) 4830 version ".tar.xz"))
4831 (sha256 4831 (sha256
4832 (base32 4832 (base32
4833 "0wm2g70vfhnf8wb6py3zmzwxp4zv1icny1pvkwaxmr67rggbhlac")))) 4833 "0kiggxwnjsglxnj43wqkc0rmq0acxf6xqcgk7ddc0qyynpvr0a76"))))
4834 (build-system gnu-build-system) 4834 (build-system gnu-build-system)
4835 (arguments 4835 (arguments
4836 (list 4836 (list
@@ -4842,6 +4842,7 @@ that the Ethernet protocol is much simpler than the IP protocol.")
4842 "HOSTCC=gcc" 4842 "HOSTCC=gcc"
4843 (string-append "BASH_COMPDIR=" out 4843 (string-append "BASH_COMPDIR=" out
4844 "/etc/bash_completion.d") 4844 "/etc/bash_completion.d")
4845 (string-append "PREFIX=" out)
4845 (string-append "LIBDIR=" out "/lib") 4846 (string-append "LIBDIR=" out "/lib")
4846 (string-append "HDRDIR=" out "/include") 4847 (string-append "HDRDIR=" out "/include")
4847 (string-append "SBINDIR=" out "/sbin") 4848 (string-append "SBINDIR=" out "/sbin")