Revert "download: Refer to the 'guile-gnutls' package and not 'gnutls'."

This reverts commit c625e5b64d, which
introduced a circular dependency: the origin of guile-gnutls relies on
'git-download', which would now depend on guile-gnutls.
This commit is contained in:
Ludovic Courtès 2023-05-06 19:12:16 +02:00
parent c625e5b64d
commit c3d7c09b9f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
4 changed files with 4 additions and 4 deletions

View file

@ -68,7 +68,7 @@ HASH-ALGO (a symbol). Use NAME as the file name, or a generic name if #f."
(module-ref (resolve-interface '(gnu packages guile)) 'guile-json-4))
(define gnutls
(module-ref (resolve-interface '(gnu packages tls)) 'guile-gnutls))
(module-ref (resolve-interface '(gnu packages tls)) 'gnutls))
(define modules
(delete '(guix config)