Message ID | cc150ae7a1adacb1952ba84514c7484e2b4d5dee.1718651306.git.w@wmeyer.eu |
---|---|
State | New |
Headers | show |
Series | [bug#71617] gnu: libpf: Update native-inputs. | expand |
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,
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)")