gnu: guile-gnutls: Use git-archive tarballs instead of make-dist tarballs.

* gnu/packages/tls.scm (guile-gnutls): Update tarball URL.  Add autoconf/automake.

Signed-off-by: Simon Josefsson <simon@josefsson.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Simon Josefsson 2025-08-03 07:14:59 +02:00 committed by Ludovic Courtès
parent 173709089b
commit 91fb87d0ab
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -333,11 +333,11 @@ required structures.")
;; url-fetch is used here to avoid a circular dependency with
;; git-download, see https://issues.guix.gnu.org/63331
(method url-fetch)
(uri (string-append "mirror://gnu/gnutls/guile-gnutls-"
version ".tar.gz"))
(uri (string-append "mirror://gnu/gnutls/guile-gnutls-v"
version "-src.tar.gz"))
(sha256
(base32
"0azgp79a4hgmbg2p2ghd1x2zav8894m9ch3i4hbvq8dlxvrnf06c"))))
"0kqngyx4520gjk49l6whjd2ss994kaj9rm78lli6p3q6xry0945i"))))
(build-system gnu-build-system)
(outputs '("out" "debug"))
(arguments
@ -354,6 +354,7 @@ required structures.")
"$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/extensions"))))
(native-inputs
(list libtool
autoconf automake
pkg-config
texinfo
gnutls