1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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
This commit is contained in:
Andreas Enge
2026-02-19 10:59:32 +01:00
parent 824e012bf3
commit 30461ebd3d

View File

@@ -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")