all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71617] [PATCH] gnu: libpf: Update native-inputs.
@ 2024-06-17 19:08 Wilko Meyer
  2024-06-17 21:49 ` bug#71617: " Nicolas Goaziou via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Wilko Meyer @ 2024-06-17 19:08 UTC (permalink / raw)
  To: 71617; +Cc: Wilko Meyer, Leo Famulari, Wilko Meyer

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#71617: [PATCH] gnu: libpf: Update native-inputs.
  2024-06-17 19:08 [bug#71617] [PATCH] gnu: libpf: Update native-inputs Wilko Meyer
@ 2024-06-17 21:49 ` Nicolas Goaziou via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-06-17 21:49 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: Leo Famulari, 71617-done

Hello,

Wilko Meyer <w@wmeyer.eu> writes:

> * 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.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-17 21:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-17 19:08 [bug#71617] [PATCH] gnu: libpf: Update native-inputs Wilko Meyer
2024-06-17 21:49 ` bug#71617: " Nicolas Goaziou via Guix-patches via

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.