all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Wilko Meyer <w@wmeyer.eu>
To: 71617@debbugs.gnu.org
Cc: Wilko Meyer <w@wmeyer.eu>, Leo Famulari <leo@famulari.name>,
	Wilko Meyer <w@wmeyer.eu>
Subject: [bug#71617] [PATCH] gnu: libpf: Update native-inputs.
Date: Mon, 17 Jun 2024 21:08:26 +0200	[thread overview]
Message-ID: <cc150ae7a1adacb1952ba84514c7484e2b4d5dee.1718651306.git.w@wmeyer.eu> (raw)

* gnu/packages/linux.scm (libpf)[native-inputs]: Update to linux-libre-headers-6.9.
---
Hi Guix,

As linux-libre-headers 6.8 does not exist anymore, libpf should depend on linux-libre-headers 6.9.

 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 868e0c4036..fc2e5b15a6 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9978,7 +9978,7 @@ (define-public libbpf
                                 "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)")

base-commit: 5461b3dccf0e7c01d56cc42474d3bca9ad9baefd
-- 
2.41.0





             reply	other threads:[~2024-06-17 19:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-17 19:08 Wilko Meyer [this message]
2024-06-17 21:49 ` bug#71617: [PATCH] gnu: libpf: Update native-inputs Nicolas Goaziou via Guix-patches via

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=cc150ae7a1adacb1952ba84514c7484e2b4d5dee.1718651306.git.w@wmeyer.eu \
    --to=w@wmeyer.eu \
    --cc=71617@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.