summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2018-11-18 11:54:53 +0200
committerEfraim Flashner <efraim@flashner.co.il>2018-11-18 11:57:44 +0200
commit774f8bbeb1f3515c3af08e67f24e508e7c4cc067 (patch)
treef4391d0c47d49da270628a0cf8dd13fa59d45920 /gnu/packages/web.scm
parent74854d11ceb6d54c5ba27a7554a69577ddc983fa (diff)
downloadpatches-774f8bbeb1f3515c3af08e67f24e508e7c4cc067.tar
patches-774f8bbeb1f3515c3af08e67f24e508e7c4cc067.tar.gz
gnu: linkchecker: Use 'git-file-name' for the source.
* gnu/packages/web.scm (linkchecker)[source]: Add missing 'file-name' field.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r--gnu/packages/web.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index d56b82ce48..db1654afac 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5771,6 +5771,7 @@ Instagram and YouTube.")
(uri (git-reference
(url "https://github.com/linkchecker/linkchecker")
(commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
(base32
"03ihjmc4bqxxqv71bb43r2f23sx0xnbq1k2fsg9fw05qa5s9x187"))))