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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user