mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-26 04:25:11 -06: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:
parent
173709089b
commit
91fb87d0ab
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue