diff options
| author | Janneke Nieuwenhuizen <janneke@gnu.org> | 2026-05-11 14:49:30 +0200 |
|---|---|---|
| committer | Janneke Nieuwenhuizen <janneke@gnu.org> | 2026-05-13 20:42:36 +0200 |
| commit | c2abb6d048a62a1ee8369f1fd2fbb03a4780760a (patch) | |
| tree | 3c3daaba891bc5e483ec3af4a17aaa88e336794e /etc | |
| parent | d34477d22ec92608027ee0c5fdd0c33e9d98cb4e (diff) | |
system: hurd: Add e2fsprogs.
* etc/manifests/cross-compile.scm (%base-packages/hurd): Do not remove
e2fsprogs.
* gnu/system/hurd.scm (%base-packages/hurd): Add e2fsprogs.
Change-Id: I45edf91846efed31309c4c30d185606ba68c3140
Co-authored-by: Brian Cully <bjc@spork.org>
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/manifests/cross-compile.scm | 4 |
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 |
