diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-22 01:00:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-22 01:00:00 +0100 |
commit | 7794eeac763fba9bc60c78303af5764ed34d5941 (patch) | |
tree | 7b6e63718a75970fc790626da1cf64486647147c /gnu | |
parent | 9518c61e70e852736e1a554fd8fd4efd51166429 (diff) |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tls.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index 2c7e36a6c5..bdac8a6e63 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -423,7 +423,7 @@ required structures.") 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" |