aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-02-25 01:20:48 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-02-25 02:10:55 +0100
commit956a14b49f344581b596b1bff2cfb4461a944468 (patch)
tree62c72ac936b93cc0bde692eaa8b58c1c9dea95b3
parent63b9834d810a272797a85c2bcbefd95c6b9125e1 (diff)
downloadguix-956a14b49f344581b596b1bff2cfb4461a944468.tar
guix-956a14b49f344581b596b1bff2cfb4461a944468.tar.gz
gnu: ethtool: Don't use NAME in source URI.
* gnu/packages/networking.scm (ethtool)[source]: Hard-code NAME.
-rw-r--r--gnu/packages/networking.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 0204e79e16..c075826207 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -420,7 +420,7 @@ receiving NDP messages.")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/software/network/"
- name "/" name "-" version ".tar.xz"))
+ "ethtool/ethtool-" version ".tar.xz"))
(sha256
(base32
"11f5503mgcwjn1q4dvhjiqwnw3zmp2gbhirjvgfr71y72ys1wsy4"))))