mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
b7b0a3c38b
commit
986e1ffb0e
3 changed files with 1 additions and 3 deletions
|
@ -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)")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue