summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-02-19 10:59:32 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-19 10:59:36 +0100
commit30461ebd3d60fa16f5e1a52fcc73f4b092e45ebb (patch)
tree69a0a09213f3542a6b4dc90a94e1c3530d42da96 /gnu/packages/linux.scm
parent824e012bf3242487dc865e9bcdce7311514c02e2 (diff)
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
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm4
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")