guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: David Thompson
Subject: 01/01: gnu: crossguid: Set explicit file name for source checkout.
Date: Sat, 26 Mar 2016 13:54:25 +0000

davexunit pushed a commit to branch master
in repository guix.

commit 7c776ddcc09f1aa07aa708beaa8de9016aa0718b
Author: David Thompson <address@hidden>
Date:   Sat Mar 26 09:52:28 2016 -0400

    gnu: crossguid: Set explicit file name for source checkout.
    
    * gnu/packages/kodi.scm (crossguid)[source]: Set explicit file-name to
      satisfy linter.
---
 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 6975443..0c30aa1 100644
--- a/gnu/packages/kodi.scm
+++ b/gnu/packages/kodi.scm
@@ -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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]