summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/manifests/cross-compile.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/manifests/cross-compile.scm b/etc/manifests/cross-compile.scm
index 776da581cf9..c74e62ab10b 100644
--- a/etc/manifests/cross-compile.scm
+++ b/etc/manifests/cross-compile.scm
@@ -1,6 +1,6 @@
1;;; GNU Guix --- Functional package management for GNU 1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2020-2022, 2024 Ludovic Courtès <ludo@gnu.org> 2;;; Copyright © 2020-2022, 2024 Ludovic Courtès <ludo@gnu.org>
3;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> 3;;; Copyright © 2020, 2026 Janneke Nieuwenhuizen <janneke@gnu.org>
4;;; Copyright © 2023 Andreas Enge <andreas@enge.fr> 4;;; Copyright © 2023 Andreas Enge <andreas@enge.fr>
5;;; Copyright © 2025 Efraim Flashner <efraim@flashner.co.il> 5;;; Copyright © 2025 Efraim Flashner <efraim@flashner.co.il>
6;;; 6;;;
@@ -61,7 +61,7 @@ TARGET."
61 ;; from the other package sets. 61 ;; from the other package sets.
62 (fold delete %base-packages 62 (fold delete %base-packages
63 (append (map specification->package 63 (append (map specification->package
64 '("e2fsprogs" "kbd" "iproute2" "iw" "wireless-tools")) 64 '("kbd" "iproute2" "iw" "wireless-tools"))
65 %base-packages-linux))) 65 %base-packages-linux)))
66 66
67(define %system-packages 67(define %system-packages