[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73927] [PATCH v4 09/18] maint: Add installer dependencies to the ma
From: |
Janneke Nieuwenhuizen |
Subject: |
[bug#73927] [PATCH v4 09/18] maint: Add installer dependencies to the manifest. |
Date: |
Wed, 30 Oct 2024 15:30:38 +0100 |
* manifest.scm: Add guile-newt, guile-parted, guile-webutils.
Change-Id: Idcf46320d29c15f36da05f66e81b7779e37c1bf6
---
manifest.scm | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/manifest.scm b/manifest.scm
index 27e1d62566..ccd6268461 100644
--- a/manifest.scm
+++ b/manifest.scm
@@ -51,4 +51,9 @@
"mumi"
"nss-certs"
"openssl" ;required if using 'smtpEncryption = tls'
- "patman"))))
+ "patman"))
+ ;; For installer
+ (specifications->manifest
+ (list "guile-newt"
+ "guile-parted"
+ "guile-webutils"))))
--
Janneke Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond https://LilyPond.org
Freelance IT https://www.JoyOfSource.com | AvatarĀ® https://AvatarAcademy.com
- [bug#73927] [PATCH v4 01/18] gnu: guile-fibers: Fix cross-build for the Hurd., (continued)
- [bug#73927] [PATCH v4 01/18] gnu: guile-fibers: Fix cross-build for the Hurd., Janneke Nieuwenhuizen, 2024/10/30
- [bug#73927] [PATCH v4 04/18] bootloader: grub: Remove hardcoded partition number for the Hurd., Janneke Nieuwenhuizen, 2024/10/30
- [bug#73927] [PATCH v4 05/18] system: hurd: Remove qemu networking from %base-services/hurd., Janneke Nieuwenhuizen, 2024/10/30
- [bug#73927] [PATCH v4 07/18] gnu: hurd: Support second boot., Janneke Nieuwenhuizen, 2024/10/30
- [bug#73927] [PATCH v4 06/18] system: hurd: Add swap-services to hurd-default-essential-services., Janneke Nieuwenhuizen, 2024/10/30
- [bug#73927] [PATCH v4 13/18] installer: Fix file-name typos., Janneke Nieuwenhuizen, 2024/10/30
- [bug#73927] [PATCH v4 03/18] guix system: When installing the Hurd, create essential devices., Janneke Nieuwenhuizen, 2024/10/30
- [bug#73927] [PATCH v4 12/18] installer: Use "partitioning-page" consistently., Janneke Nieuwenhuizen, 2024/10/30
- [bug#73927] [PATCH v4 11/18] installer: Align comments., Janneke Nieuwenhuizen, 2024/10/30
- [bug#73927] [PATCH v4 02/18] reconfigure: Use native bootloader package for running the installer., Janneke Nieuwenhuizen, 2024/10/30
- [bug#73927] [PATCH v4 09/18] maint: Add installer dependencies to the manifest.,
Janneke Nieuwenhuizen <=
- [bug#73927] [PATCH v4 08/18] hurd-boot: Support second boot., Janneke Nieuwenhuizen, 2024/10/30
- [bug#73927] [PATCH v4 10/18] installer: Remove unused (newt) imports., Janneke Nieuwenhuizen, 2024/10/30
- [bug#73927] [PATCH v4 14/18] installer: Use `%' for parameter %run-command-in-installer., Janneke Nieuwenhuizen, 2024/10/30
- [bug#73927] [PATCH v4 15/18] installer: Add dry-run?, Janneke Nieuwenhuizen, 2024/10/30
- [bug#73927] [PATCH v4 18/18] installer: Support dry-run from Guile via store., Janneke Nieuwenhuizen, 2024/10/30
- [bug#73927] [PATCH v4 16/18] installer: Add "Kernel" page to select the Hurd., Janneke Nieuwenhuizen, 2024/10/30
- [bug#73927] [PATCH v4 17/18] installer: Add static-networking template., Janneke Nieuwenhuizen, 2024/10/30