mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: numactl: Don't use NAME in source URI.
* gnu/packages/linux.scm (numactl)[source]: Hard-code NAME.
This commit is contained in:
parent
93a16e4d0d
commit
1ec29dff3a
1 changed files with 1 additions and 1 deletions
|
@ -2318,7 +2318,7 @@ (define-public numactl
|
|||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://github.com/numactl/numactl/releases/download/v"
|
||||
version "/" name "-" version ".tar.gz"))
|
||||
version "/numactl-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"16lcypvcmx1ydkpi2s82kqhg13kak7qhpbnj8hd9bdbyhr5ja7lr"))))
|
||||
|
|
Loading…
Reference in a new issue