From c625e5b64d0a6cb7ffbf2ef971d4c990b1f5c5c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 6 May 2023 18:17:25 +0200 Subject: download: Refer to the 'guile-gnutls' package and not 'gnutls'. 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. --- guix/git-download.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix/git-download.scm') 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 -- cgit v1.2.3