gnu: linkchecker: Use 'git-file-name' for the source.

* gnu/packages/web.scm (linkchecker)[source]: Add missing 'file-name'
field.
master
Efraim Flashner 2018-11-18 11:54:53 +02:00
parent 74854d11ce
commit 774f8bbeb1
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -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"))))