all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Wilko Meyer <w@wmeyer.eu>
To: 72537@debbugs.gnu.org
Cc: Wilko Meyer <w@wmeyer.eu>,
	leo@famulari.name, Leo Famulari <leo@famulari.name>,
	Wilko Meyer <w@wmeyer.eu>
Subject: [bug#72537] [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	[thread overview]
Message-ID: <add40bd558803c570a0bded916e2bfaf672b4118.1723667351.git.w@wmeyer.eu> (raw)
In-Reply-To: <9e1da90e0132c50373b3dd816ca58ff382d0524b.1723667351.git.w@wmeyer.eu>

* 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





  parent reply	other threads:[~2024-08-14 20:32 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-09  9:07 [bug#72537] [PATCH 0/5] gnu: Remove linux-libre 6.9 Wilko Meyer
2024-08-09  9:09 ` [bug#72537] [PATCH 1/5] " Wilko Meyer
2024-08-09  9:09 ` [bug#72537] [PATCH 2/5] news: Add entry for removing linux-libre 6.9 ("end of life") Wilko Meyer
2024-08-09  9:09 ` [bug#72537] [PATCH 3/5] gnu: linux-libre: Update the default linux-libre package to the 6.10 series Wilko Meyer
2024-08-09  9:09 ` [bug#72537] [PATCH 4/5] gnu: Add linux-libre-headers-latest Wilko Meyer
2024-08-09  9:09 ` [bug#72537] [PATCH 5/5] gnu: libbpf: Switch from linux-libre-headers-6.9 to linux-libre-headers-latest Wilko Meyer
2024-08-12 16:55 ` [bug#72537] [PATCH 0/5] gnu: Remove linux-libre 6.9 Leo Famulari
2024-08-14 20:27 ` [bug#72537] [PATCH v2 1/5] " Wilko Meyer
2024-08-14 20:27   ` [bug#72537] [PATCH v2 2/5] news: Add entry for removing linux-libre 6.9 ("end of life") Wilko Meyer
2024-08-14 20:27   ` [bug#72537] [PATCH v2 3/5] gnu: linux-libre: Update the default linux-libre package to the 6.10 series Wilko Meyer
2024-08-14 20:27   ` [bug#72537] [PATCH v2 4/5] gnu: Add linux-libre-headers-latest Wilko Meyer
2024-08-14 20:27   ` [bug#72537] [PATCH v2 5/5] gnu: libbpf: Switch from linux-libre-headers-6.9 to linux-libre-headers-latest Wilko Meyer
2024-08-14 20:30 ` [bug#72537] [PATCH v3 1/5] gnu: Remove linux-libre 6.9 Wilko Meyer
2024-08-14 20:30   ` [bug#72537] [PATCH v3 2/5] news: Add entry for removing linux-libre 6.9 ("end of life") Wilko Meyer
2024-08-14 20:30   ` [bug#72537] [PATCH v3 3/5] gnu: linux-libre: Update the default linux-libre package to the 6.10 series Wilko Meyer
2024-08-14 20:30   ` [bug#72537] [PATCH v3 4/5] gnu: Add linux-libre-headers-latest Wilko Meyer
2024-08-14 20:30   ` Wilko Meyer [this message]
2024-08-14 20:36     ` [bug#72537] [PATCH v3 5/5] gnu: libbpf: Switch from linux-libre-headers-6.9 to linux-libre-headers-latest Wilko Meyer
2024-08-27  0:09       ` bug#72537: " Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=add40bd558803c570a0bded916e2bfaf672b4118.1723667351.git.w@wmeyer.eu \
    --to=w@wmeyer.eu \
    --cc=72537@debbugs.gnu.org \
    --cc=leo@famulari.name \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.