mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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:
committed by
Ludovic Courtès
parent
173709089b
commit
91fb87d0ab
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user