gnu: crossguid: Set explicit file name for source checkout.
authorDavid Thompson <dthompson2@worcester.edu>
Sat, 26 Mar 2016 13:52:28 +0000 (09:52 -0400)
committerDavid Thompson <dthompson2@worcester.edu>
Sat, 26 Mar 2016 13:52:28 +0000 (09:52 -0400)
* gnu/packages/kodi.scm (crossguid)[source]: Set explicit file-name to
  satisfy linter.

gnu/packages/kodi.scm

index 6975443..0c30aa1 100644 (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"))))