mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: util-linux: Don't use NAME in source URI.
* gnu/packages/linux.scm (util-linux)[source]: Hard-code NAME.
This commit is contained in:
parent
d1e3d792e4
commit
80095bd35c
1 changed files with 2 additions and 2 deletions
|
@ -1040,8 +1040,8 @@ (define-public util-linux
|
|||
(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"))
|
||||
|
|
Loading…
Reference in a new issue