mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: nasm: Don't use NAME in source URI.
* gnu/packages/assembly.scm (nasm)[source]: Hard-code NAME.
This commit is contained in:
parent
93a02ae98c
commit
1de52650e2
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ (define-public nasm
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.nasm.us/pub/nasm/releasebuilds/"
|
(uri (string-append "http://www.nasm.us/pub/nasm/releasebuilds/"
|
||||||
version "/" name "-" version ".tar.xz"))
|
version "/nasm-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xg8dfr49py15vbwk1rzcjc3zpqydmr49ahlijm56wlgj8zdwjp2"))))
|
"1xg8dfr49py15vbwk1rzcjc3zpqydmr49ahlijm56wlgj8zdwjp2"))))
|
||||||
|
|
Loading…
Reference in a new issue