3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: musl: Don't use NAME in source URI.

* gnu/packages/musl.scm (musl)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-02-18 17:25:38 +01:00
parent 8fdd072bca
commit 1bbdcb265a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -32,7 +32,7 @@
(source (origin
(method url-fetch)
(uri (string-append "http://www.musl-libc.org/releases/"
name "-" version ".tar.gz"))
"musl-" version ".tar.gz"))
(sha256
(base32
"0i2z52zgc86af1n1gjiz43hgd85mxjgvgn345zsybja9dxpvchn7"))))