diff options
| author | Janneke Nieuwenhuizen <janneke@gnu.org> | 2023-07-25 15:39:39 +0200 |
|---|---|---|
| committer | Janneke Nieuwenhuizen <janneke@gnu.org> | 2023-07-25 15:48:42 +0200 |
| commit | 9dfda9e1a0d2798d4caf23fa00bf272ca1afcc7e (patch) | |
| tree | 9039e1a9d57316e8efcaef38c0d4fde11fd8e55c | |
| parent | 1fd4f544b3065af225731462f3d3d647da781ee8 (diff) | |
cuirass: Update hurd-manifest with newly supported packages.
* build-aux/cuirass/hurd-manifest.scm: Include full build of python-minimal
and gettext-minimal (no longer without-tests). Add grub-minimal, grub,
guix-without-tests and guile-3.0 (no longer delete it from guix dependencies).
| -rw-r--r-- | build-aux/cuirass/hurd-manifest.scm | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/build-aux/cuirass/hurd-manifest.scm b/build-aux/cuirass/hurd-manifest.scm index 0be8943cd1b..1b1d0a53b41 100644 --- a/build-aux/cuirass/hurd-manifest.scm +++ b/build-aux/cuirass/hurd-manifest.scm | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> | 2 | ;;; Copyright © 2020, 2023 Janneke Nieuwenhuizen <janneke@gnu.org> |
| 3 | ;;; | 3 | ;;; |
| 4 | ;;; This file is part of GNU Guix. | 4 | ;;; This file is part of GNU Guix. |
| 5 | ;;; | 5 | ;;; |
| @@ -31,7 +31,7 @@ | |||
| 31 | (srfi srfi-1)) | 31 | (srfi srfi-1)) |
| 32 | 32 | ||
| 33 | (use-package-modules | 33 | (use-package-modules |
| 34 | base commencement compression file gawk gdb gettext guile | 34 | base bootloaders commencement compression file gawk gdb gettext guile |
| 35 | hurd less m4 package-management python ssh version-control) | 35 | hurd less m4 package-management python ssh version-control) |
| 36 | 36 | ||
| 37 | (define (input->package input) | 37 | (define (input->package input) |
| @@ -64,11 +64,14 @@ | |||
| 64 | 64 | ||
| 65 | ;; development packages | 65 | ;; development packages |
| 66 | gcc-toolchain gdb-minimal git-minimal gnu-make | 66 | gcc-toolchain gdb-minimal git-minimal gnu-make |
| 67 | gettext-minimal python-minimal | ||
| 67 | 68 | ||
| 68 | ;; guix environment guix --without-tests=python-minimal --without-tests=gettext-minimal | 69 | ;; ourselves! |
| 69 | (package-without-tests gettext-minimal) | 70 | (package-without-tests guix) |
| 70 | (package-without-tests python-minimal) | 71 | |
| 72 | ;; system | ||
| 73 | grub-minimal grub | ||
| 71 | 74 | ||
| 72 | (append | 75 | (append |
| 73 | guix-dependencies | 76 | guix-dependencies |
| 74 | (delete guile-3.0 %base-packages/hurd)))) | 77 | %base-packages/hurd))) |
