diff options
Diffstat (limited to 'gnu/packages/linux.scm')
| -rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 02c471a0475..acb57993d50 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") |
