guix_mirror_bot pushed a commit to branch misc-world-rebuild in repository guix.
commit d917ffbafea9cfe17b1efc8065cee1fe225e5bd5 Author: Julien Lepiller <[email protected]> AuthorDate: Mon May 18 11:55:43 2026 +0200 gnu: iproute2: Add optional support libraries. * gnu/packages/linux.scm (iproute2)[inputs]: Add libbpf, libcap, libelf, libselinux, and libtirpc. Change-Id: I6fa5e7c1b2f3d4db9b0573b5116f94ae0f3a2e39 Merges: https://codeberg.org/guix/guix/pulls/8701 Signed-off-by: Nguyễn Gia Phong <[email protected]> --- gnu/packages/linux.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 1a799f4e32..f4629bddd3 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4595,7 +4595,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") (substitute* "Makefile" (("^.*ARPDDIR.*$") ""))))))) (inputs - (list bdb iptables libmnl)) + (list bdb iptables libbpf libcap libelf libmnl libselinux libtirpc)) (native-inputs (list bison flex pkg-config)) ;; For tests.
