GNU bug report logs - #72537
[PATCH 0/5] gnu: Remove linux-libre 6.9.

Previous Next

Package: guix-patches;

Reported by: Wilko Meyer <w <at> wmeyer.eu>

Date: Fri, 9 Aug 2024 09:09:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


Message #53 received at 72537 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 72537 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, leo <at> famulari.name
Subject: [PATCH v3 5/5] gnu: libbpf: Switch from linux-libre-headers-6.9 to
 linux-libre-headers-latest.
Date: Wed, 14 Aug 2024 22:30:30 +0200
* gnu/packages/linux.scm (libbpf)[native-inputs]: Switch to
linux-libre-headers-latest.

Change-Id: I3a33373ba56b2162663cab1e3903ed770e852267
---
 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 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)")
-- 
2.45.2





This bug report was last modified 325 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.