~ruther/guix-local

7c776ddcc09f1aa07aa708beaa8de9016aa0718b — David Thompson 10 years ago a01ad63
gnu: crossguid: Set explicit file name for source checkout.

* gnu/packages/kodi.scm (crossguid)[source]: Set explicit file-name to
  satisfy linter.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/kodi.scm
M gnu/packages/kodi.scm => gnu/packages/kodi.scm +1 -0
@@ 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"))))