lfam pushed a commit to branch kernel-updates
in repository guix.

commit 12644b665fd9354c1afb4db364535449d4341469
Author: Wilko Meyer <[email protected]>
AuthorDate: Wed Aug 14 22:30:30 2024 +0200

    gnu: libbpf: Switch from linux-libre-headers-6.9 to 
linux-libre-headers-latest.
    
    * gnu/packages/linux.scm (libbpf)[native-inputs]: Switch to
    linux-libre-headers-latest.
    
    Change-Id: I3a33373ba56b2162663cab1e3903ed770e852267
    Signed-off-by: Leo Famulari <[email protected]>
---
 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 cf8c103c43..f3b019ce9f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -10023,7 +10023,7 @@ persistent over reboots.")
                                 "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)")

Reply via email to