[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/27: maint: Add installer dependencies to the manifest.
From: |
guix-commits |
Subject: |
08/27: maint: Add installer dependencies to the manifest. |
Date: |
Tue, 29 Oct 2024 13:32:18 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 8128883018c9cedf6baee89ae2bf475c947b3f74
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Tue Oct 15 20:57:21 2024 +0200
maint: Add installer dependencies to the manifest.
* 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"))))
- 06/27: gnu: hurd: Support second boot., (continued)
- 06/27: gnu: hurd: Support second boot., guix-commits, 2024/10/29
- 15/27: installer: Add "Kernel" page to select the Hurd., guix-commits, 2024/10/29
- 07/27: hurd-boot: Support second boot., guix-commits, 2024/10/29
- 21/27: Revert "DRAFT installer: Support dry-run via Guile: Add indirection.", guix-commits, 2024/10/29
- 18/27: Revert "installer: Support dry-run from Guile via store.", guix-commits, 2024/10/29
- 13/27: installer: Use `%' for parameter %run-command-in-installer., guix-commits, 2024/10/29
- 09/27: installer: Remove unused (newt) imports., guix-commits, 2024/10/29
- 03/27: bootloader: grub: Remove hardcoded partition number for the Hurd., guix-commits, 2024/10/29
- 04/27: system: hurd: Remove qemu networking from %base-services/hurd., guix-commits, 2024/10/29
- 12/27: installer: Fix file-name typos., guix-commits, 2024/10/29
- 08/27: maint: Add installer dependencies to the manifest.,
guix-commits <=
- 19/27: DRAFT installer: Support dry run from Guile., guix-commits, 2024/10/29
- 27/27: REMOVEME system: install: Use linux-libre-5.15., guix-commits, 2024/10/29
- 22/27: Revert "DRAFT installer: Support dry run from Guile.", guix-commits, 2024/10/29
- 23/27: DRAFT installer: Support dry-run from Guile via store., guix-commits, 2024/10/29
- 25/27: DRAFT daemon: Support chroot builds on GNU/Hurd., guix-commits, 2024/10/29
- 05/27: system: hurd: Add swap-services to hurd-default-essential-services., guix-commits, 2024/10/29
- 17/27: installer: Support dry-run from Guile via store., guix-commits, 2024/10/29
- 24/27: DRAFT system: examples: Add devel-hurd.tmpl., guix-commits, 2024/10/29
- 16/27: installer: Add static-networking template., guix-commits, 2024/10/29
- 26/27: Revert "DRAFT daemon: Support chroot builds on GNU/Hurd.", guix-commits, 2024/10/29