me
/
guix
Archived
1
0
Fork 0

gnu: util-linux: Don't use NAME in source URI.

* gnu/packages/linux.scm (util-linux)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-10-24 18:56:44 +02:00
parent d1e3d792e4
commit 80095bd35c
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -1040,8 +1040,8 @@ providing the system administrator with some help in common tasks.")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/linux/utils/"
name "/v" (version-major+minor version) "/"
name "-" version ".tar.xz"))
"util-linux/v" (version-major+minor version) "/"
"util-linux-" version ".tar.xz"))
(sha256
(base32
"1db2kydkwjmvgd1glkcba3adhidxw0f1x735dcjdpdjjf869sgvl"))