From 3186a52e11aa1172c2dbdfe855127c9586f2b3b9 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 6 May 2023 18:17:25 +0200 Subject: 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. --- guix/android-repo-download.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix/android-repo-download.scm') diff --git a/guix/android-repo-download.scm b/guix/android-repo-download.scm index 1d1b9e2f09..9a134c269a 100644 --- a/guix/android-repo-download.scm +++ b/guix/android-repo-download.scm @@ -82,7 +82,7 @@ generic name if unset." (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 config.scm (scheme-file "config.scm" -- cgit v1.2.3