gnu: Use default kernel headers again.

The default headers got updated to 6.12.17 in
93d9cd7c22
so the manual overrides are no longer necessary.

Fixes https://issues.guix.gnu.org/72119.

* gnu/packages/linux.scm (libbpf)[native-inputs]: Remove linux-libre-headers-latest.
* gnu/packages/gnome.scm (mutter)[inputs]: Remove linux-libre-headers-6.1
* gnu/packages/wm.scm (hyprland)[inputs]: Remove linux-libre-headers-6.14

Change-Id: I374cb190396d6af2669c02cf29626b3851186d41
This commit is contained in:
Dariqq 2025-07-18 20:26:26 +00:00 committed by Leo Famulari
parent b7b0a3c38b
commit 986e1ffb0e
No known key found for this signature in database
GPG key ID: 6AAC1963757F47FF
3 changed files with 1 additions and 3 deletions

View file

@ -11137,7 +11137,7 @@ persistent over reboots.")
;; user API (uAPI) headers.
"install_uapi_headers")
make-flags)))))))))
(native-inputs (list linux-libre-headers-latest pkg-config))
(native-inputs (list 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)")