This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 30461ebd3d gnu: bpftool: Add openssl input to fix build.
30461ebd3d is described below
commit 30461ebd3d60fa16f5e1a52fcc73f4b092e45ebb
Author: Andreas Enge <[email protected]>
AuthorDate: Thu Feb 19 10:59:32 2026 +0100
gnu: bpftool: Add openssl input to fix build.
* gnu/packages/linux.scm (bpftool)[inputs]: Add openssl.
[native-inputs]: Remove python-3; add python.
Change-Id: I504f78fe14ec10eb4ce20b02a27baaa258befe39
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 02c471a047..acb57993d5 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -11576,8 +11576,8 @@ and above.")
"-C" "tools/bpf/bpftool"
"install")))))))
(inputs (list elfutils ;provides libelf
- readline libcap zlib))
- (native-inputs (list bison python-3))
+ libcap openssl readline zlib))
+ (native-inputs (list bison python))
;; This tool does not have a proper web page.
(home-page
"https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git/tree/tools/bpf/bpftool")