Message ID | add40bd558803c570a0bded916e2bfaf672b4118.1723667120.git.w@wmeyer.eu |
---|---|
State | New |
Headers | show |
Series | [bug#72537,v2,1/5] gnu: Remove linux-libre 6.9. | expand |
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index bad444625f..a3094b2d41 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -10023,7 +10023,7 @@ (define-public libbpf "linux/posix_types.h" "linux/stddef.h" "linux/types.h")))))))) - (native-inputs (list linux-libre-headers-6.9 pkg-config)) + (native-inputs (list linux-libre-headers-latest 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)")
* gnu/packages/linux.scm (libbpf)[native-inputs]: Switch to linux-libre-headers-latest. Change-Id: I3a33373ba56b2162663cab1e3903ed770e852267 Signed-off-by: Wilko Meyer <w@wmeyer.eu> --- gnu/packages/linux.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)