mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01: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:
parent
2390db7f46
commit
a84586dad6
1 changed files with 6 additions and 1 deletions
|
@ -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"))))
|
||||||
|
|
Loading…
Reference in a new issue