diff options
| author | Dariqq <dariqq@posteo.net> | 2025-07-18 20:26:26 +0000 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2025-08-20 19:33:21 -0400 |
| commit | 986e1ffb0e6ecb01674377b7875551396c9d1f3b (patch) | |
| tree | 276c7ec8cea6a59eaa1872af1028ee5054b34662 /gnu | |
| parent | b7b0a3c38b9475809de9a15deb9f603125d654bd (diff) | |
gnu: Use default kernel headers again.
The default headers got updated to 6.12.17 in
93d9cd7c22546b0e968c24834b515bec1e4af963
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/gnome.scm | 1 | ||||
| -rw-r--r-- | gnu/packages/linux.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/wm.scm | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 08798a64187..97ad6e9d699 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm | |||
| @@ -8247,7 +8247,6 @@ to display dialog boxes from the commandline and shell scripts.") | |||
| 8247 | libxkbfile | 8247 | libxkbfile |
| 8248 | libxrandr | 8248 | libxrandr |
| 8249 | libxtst | 8249 | libxtst |
| 8250 | linux-libre-headers-6.1 ; for dma_buf_export_sync_file | ||
| 8251 | pipewire | 8250 | pipewire |
| 8252 | startup-notification | 8251 | startup-notification |
| 8253 | sysprof | 8252 | sysprof |
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index ada5bb09aa9..4923e8ab7a9 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -11137,7 +11137,7 @@ persistent over reboots.") | |||
| 11137 | ;; user API (uAPI) headers. | 11137 | ;; user API (uAPI) headers. |
| 11138 | "install_uapi_headers") | 11138 | "install_uapi_headers") |
| 11139 | make-flags))))))))) | 11139 | make-flags))))))))) |
| 11140 | (native-inputs (list linux-libre-headers-latest pkg-config)) | 11140 | (native-inputs (list pkg-config)) |
| 11141 | (propagated-inputs (list elfutils zlib)) ;in Requires.private of libbpf.pc | 11141 | (propagated-inputs (list elfutils zlib)) ;in Requires.private of libbpf.pc |
| 11142 | (home-page "https://github.com/libbpf/libbpf") | 11142 | (home-page "https://github.com/libbpf/libbpf") |
| 11143 | (synopsis "BPF CO-RE (Compile Once – Run Everywhere)") | 11143 | (synopsis "BPF CO-RE (Compile Once – Run Everywhere)") |
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index deed5b44cc9..c0a33297164 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm | |||
| @@ -444,7 +444,6 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.") | |||
| 444 | udis86 | 444 | udis86 |
| 445 | wayland | 445 | wayland |
| 446 | wayland-protocols | 446 | wayland-protocols |
| 447 | linux-libre-headers-6.14 | ||
| 448 | xcb-util-errors | 447 | xcb-util-errors |
| 449 | xcb-util-wm | 448 | xcb-util-wm |
| 450 | xorg-server-xwayland)) | 449 | xorg-server-xwayland)) |
