diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 9e5482ba8d..505bea4342 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -9978,7 +9978,7 @@ persistent over reboots.") "linux/posix_types.h" "linux/stddef.h" "linux/types.h")))))))) - (native-inputs (list linux-libre-headers-6.8 pkg-config)) + (native-inputs (list linux-libre-headers-6.9 pkg-config)) (propagated-inputs (list elfutils zlib)) ;in Requires.private of libbpf.pc (home-page "https://github.com/libbpf/libbpf") (synopsis "BPF CO-RE (Compile Once – Run Everywhere)") |