diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-30 21:13:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-30 23:10:21 +0200 |
commit | 1ec29dff3ab2bcf1cdc637590889c46592e10fe1 (patch) | |
tree | 2236c447d183b4394ba003d708879f28c86720b3 /gnu/packages/linux.scm | |
parent | 93a16e4d0dacba27d7bdedfb2181b4c150522a66 (diff) |
gnu: numactl: Don't use NAME in source URI.
* gnu/packages/linux.scm (numactl)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 0ec5adaf64..0fd532b101 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2318,7 +2318,7 @@ compressed, transparent to other programs, without decompressing them.") (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")))) |