mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
c625e5b64d
commit
c3d7c09b9f
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue