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

@ -8247,7 +8247,6 @@ to display dialog boxes from the commandline and shell scripts.")
libxkbfile libxkbfile
libxrandr libxrandr
libxtst libxtst
linux-libre-headers-6.1 ; for dma_buf_export_sync_file
pipewire pipewire
startup-notification startup-notification
sysprof sysprof

View file

@ -11137,7 +11137,7 @@ persistent over reboots.")
;; user API (uAPI) headers. ;; user API (uAPI) headers.
"install_uapi_headers") "install_uapi_headers")
make-flags))))))))) 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 (propagated-inputs (list elfutils zlib)) ;in Requires.private of libbpf.pc
(home-page "https://github.com/libbpf/libbpf") (home-page "https://github.com/libbpf/libbpf")
(synopsis "BPF CO-RE (Compile Once Run Everywhere)") (synopsis "BPF CO-RE (Compile Once Run Everywhere)")

View file

@ -444,7 +444,6 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.")
udis86 udis86
wayland wayland
wayland-protocols wayland-protocols
linux-libre-headers-6.14
xcb-util-errors xcb-util-errors
xcb-util-wm xcb-util-wm
xorg-server-xwayland)) xorg-server-xwayland))