Archived
1
0
Fork 0

gnu: zlib: Use url-fetch instead of git-fetch.

* gnu/packages/guile.scm (guile-zlib)[source]: Use url-fetch instead of
git-fetch.
This commit is contained in:
Mathieu Othacehe 2020-07-27 15:44:51 +02:00
parent e5758aeb0e
commit 442413912b
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -781,16 +781,15 @@ manipulate repositories of the Git version control system.")
(package (package
(name "guile-zlib") (name "guile-zlib")
(version "0.0.1") (version "0.0.1")
(source (origin (source
(method git-fetch) (origin
(uri (git-reference (method url-fetch)
(url "https://notabug.org/guile-zlib/guile-zlib.git") (uri
(commit version))) (string-append "https://notabug.org/guile-zlib/guile-zlib/archive/"
(file-name (git-file-name name version)) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"139ixlg0663azwpcj24sw27kmzxr5am0j6hn62ffjchi9w1qb3k0")) "1caz6cbl6sg5567nk68z88rshp0m26zmb0a9ry1jkc1ivpk0n47i"))))
(modules '((guix build utils)))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:make-flags '(#:make-flags