mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
installer: Migrate to 'guile-gnutls'.
* gnu/installer.scm (installer-program): Replace GNUTLS with GUILE-GNUTLS.
This commit is contained in:
parent
514fedbf39
commit
94dc60841b
1 changed files with 2 additions and 1 deletions
|
@ -361,8 +361,9 @@ (define installer-builder
|
|||
(with-extensions (list guile-gcrypt guile-newt
|
||||
guile-parted guile-bytestructures
|
||||
guile-json-3 guile-git guile-webutils
|
||||
guile-gnutls
|
||||
guile-zlib ;for (gnu build linux-modules)
|
||||
(current-guix) gnutls)
|
||||
(current-guix))
|
||||
(with-imported-modules `(,@(source-module-closure
|
||||
`(,@modules
|
||||
(gnu services herd)
|
||||
|
|
Loading…
Reference in a new issue