maint: Add installer dependencies to the manifest.

* manifest.scm: Add guile-newt, guile-parted, guile-webutils.

Change-Id: Idcf46320d29c15f36da05f66e81b7779e37c1bf6
This commit is contained in:
Janneke Nieuwenhuizen 2024-10-15 20:57:21 +02:00 committed by Jan (janneke) Nieuwenhuizen
parent 2390db7f46
commit a84586dad6
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -51,4 +51,9 @@
"mumi" "mumi"
"nss-certs" "nss-certs"
"openssl" ;required if using 'smtpEncryption = tls' "openssl" ;required if using 'smtpEncryption = tls'
"patman")))) "patman"))
;; For installer
(specifications->manifest
(list "guile-newt"
"guile-parted"
"guile-webutils"))))