diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-24 21:16:11 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-24 21:29:22 +0100 |
commit | 1b1ef87ef1aee4ad91a6badea66480fd878a3fc6 (patch) | |
tree | 9704b997d2aa40b6149bf87c21c2fdc29ab390dd /gnu | |
parent | 8118a086bf8735b13307218108e132939449b6f4 (diff) | |
download | gnu-guix-1b1ef87ef1aee4ad91a6badea66480fd878a3fc6.tar gnu-guix-1b1ef87ef1aee4ad91a6badea66480fd878a3fc6.tar.gz |
gnu: hdparm: Don't use NAME in source URI.
* gnu/packages/linux.scm (hdparm)[source]: Hard-code NAME.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index dd8ff4c783..04a3c4a6a5 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2696,8 +2696,8 @@ isolation or root privileges.") (version "9.56") (source (origin (method url-fetch) - (uri (string-append "mirror://sourceforge/" name "/" name "/" - name "-" version ".tar.gz")) + (uri (string-append "mirror://sourceforge/hdparm/hdparm/" + "hdparm-" version ".tar.gz")) (sha256 (base32 "1np42qyhb503khvacnjcl3hb1dqly68gj0a1xip3j5qhbxlyvybg")))) |