mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: guile-gnutls: Use gnutls-latest consistently.
* gnu/packages/tls.scm (guile-gnutls)[native-inputs]: Substitute gnutls-latest for gnutls. Reported by jackhill in #guix.
This commit is contained in:
parent
9518c61e70
commit
7794eeac76
1 changed files with 1 additions and 1 deletions
|
@ -423,7 +423,7 @@ (define-public guile-gnutls
|
|||
libtool
|
||||
pkg-config
|
||||
texinfo
|
||||
gnutls ;XXX: 'guile-snarf' invokes the native 'cpp'
|
||||
gnutls-latest ;XXX: 'guile-snarf' invokes the native 'cpp'
|
||||
guile-3.0
|
||||
(gnulib-checkout
|
||||
#:version "2022-12-06"
|
||||
|
|
Loading…
Reference in a new issue