From c3d7c09b9f8522f37a88e3a2d92ab38ce4a9c65a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 6 May 2023 19:12:16 +0200 Subject: Revert "download: Refer to the 'guile-gnutls' package and not 'gnutls'." This reverts commit c625e5b64d0a6cb7ffbf2ef971d4c990b1f5c5c1, which introduced a circular dependency: the origin of guile-gnutls relies on 'git-download', which would now depend on guile-gnutls. --- 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 d88f4c40ee..027ef47468 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)) 'guile-gnutls)) + (module-ref (resolve-interface '(gnu packages tls)) 'gnutls)) (define glibc-locales ;; Note: pick the '-final' variant to avoid circular dependency on -- cgit v1.2.3