guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#73927] [PATCH 07/16] maint: Add installer dependencies to the manif


From: Janneke Nieuwenhuizen
Subject: [bug#73927] [PATCH 07/16] maint: Add installer dependencies to the manifest.
Date: Mon, 21 Oct 2024 10:17:03 +0200

* 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"))))
-- 
2.46.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]