From 30461ebd3d60fa16f5e1a52fcc73f4b092e45ebb Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Thu, 19 Feb 2026 10:59:32 +0100 Subject: [PATCH] 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")