guix_mirror_bot pushed a commit to branch misc-world-rebuild in repository guix.
commit d76cb5c45bdd42a184d53f6635df2e50ed4d6742 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 ab19a34fe6..b77c5cf3f2 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.
