gnu: crossguid: Set explicit file name for source checkout.

* gnu/packages/kodi.scm (crossguid)[source]: Set explicit file-name to
  satisfy linter.
master
David Thompson 2016-03-26 09:52:28 -04:00
parent a01ad63893
commit 7c776ddcc0
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@
(uri (git-reference
(url "https://github.com/graeme-hill/crossguid.git")
(commit commit)))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"1i29y207qqddvaxbn39pk2fbh3gx8zvdprfp35wasj9rw2wjk3s9"))))