diff options
| author | David Thompson <dthompson2@worcester.edu> | 2016-03-26 09:52:28 -0400 |
|---|---|---|
| committer | David Thompson <dthompson2@worcester.edu> | 2016-03-26 09:52:28 -0400 |
| commit | 7c776ddcc09f1aa07aa708beaa8de9016aa0718b (patch) | |
| tree | 5a23e0196c4334d820f4fe8e12c2951626ff6f12 | |
| parent | a01ad63893da1f1cf1b35482037382030724716c (diff) | |
gnu: crossguid: Set explicit file name for source checkout.
* gnu/packages/kodi.scm (crossguid)[source]: Set explicit file-name to
satisfy linter.
| -rw-r--r-- | gnu/packages/kodi.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/kodi.scm b/gnu/packages/kodi.scm index 69754436468..0c30aa1977b 100644 --- a/gnu/packages/kodi.scm +++ b/gnu/packages/kodi.scm | |||
| @@ -80,6 +80,7 @@ | |||
| 80 | (uri (git-reference | 80 | (uri (git-reference |
| 81 | (url "https://github.com/graeme-hill/crossguid.git") | 81 | (url "https://github.com/graeme-hill/crossguid.git") |
| 82 | (commit commit))) | 82 | (commit commit))) |
| 83 | (file-name (string-append name "-" version "-checkout")) | ||
| 83 | (sha256 | 84 | (sha256 |
| 84 | (base32 | 85 | (base32 |
| 85 | "1i29y207qqddvaxbn39pk2fbh3gx8zvdprfp35wasj9rw2wjk3s9")))) | 86 | "1i29y207qqddvaxbn39pk2fbh3gx8zvdprfp35wasj9rw2wjk3s9")))) |
