ngz pushed a commit to branch master
in repository guix.
commit 7e0e15928d7fae0744dcbf816ff4450f8badbbf3
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Jun 17 23:31:24 2024 +0200
gnu: libpf: Update native-inputs.
* gnu/packages/linux.scm (libpf)[native-inputs]: Update to
linux-libre-headers-6.9.
Signed-off-by: Nicolas Goaziou <[email protected]>
Change-Id: I3982e22f981b497855fe9d013380f181857f301b
---
gnu/packages/linux.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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)")