aboutsummaryrefslogtreecommitdiff
path: root/guix/git-download.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2023-05-06 18:17:25 +0200
committerLudovic Courtès <ludo@gnu.org>2023-05-11 13:23:08 +0200
commit3186a52e11aa1172c2dbdfe855127c9586f2b3b9 (patch)
tree9534a8a862cf72edf841510b0a97211cd4ff3168 /guix/git-download.scm
parent468b5d9548b35b86e1dc7678d1253a7d81bca5bc (diff)
downloadguix-3186a52e11aa1172c2dbdfe855127c9586f2b3b9.tar
guix-3186a52e11aa1172c2dbdfe855127c9586f2b3b9.tar.gz
download: Refer to the 'guile-gnutls' package and not 'gnutls'.
This reinstates c625e5b64d0a6cb7ffbf2ef971d4c990b1f5c5c1, which was reverted due to a circular dependency: https://issues.guix.gnu.org/63331 This is a followup to 305794762cbb57d252d5305b69a18cec6528baef, which removed Guile bindings from 'gnutls'. * guix/android-repo-download.scm (android-repo-fetch): Refer to 'guile-gnutls instead of 'gnutls. * guix/cvs-download.scm (cvs-fetch): Likewise. * guix/git-download.scm (git-fetch): Likewise. * guix/hg-download.scm (hg-fetch): Likewise.
Diffstat (limited to 'guix/git-download.scm')
-rw-r--r--guix/git-download.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/git-download.scm b/guix/git-download.scm
index 027ef47468..d88f4c40ee 100644
--- a/guix/git-download.scm
+++ b/guix/git-download.scm
@@ -105,7 +105,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-lzlib))
(define gnutls
- (module-ref (resolve-interface '(gnu packages tls)) 'gnutls))
+ (module-ref (resolve-interface '(gnu packages tls)) 'guile-gnutls))
(define glibc-locales
;; Note: pick the '-final' variant to avoid circular dependency on