1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

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

View File

@@ -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"))))