3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/kodi.scm (crossguid)[source]: Set explicit file-name to
  satisfy linter.
This commit is contained in:
David Thompson 2016-03-26 09:52:28 -04:00
parent a01ad63893
commit 7c776ddcc0

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