guix-commits
[Top][All Lists]
Advanced

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

12/32: gnu: emacs-grep-context: Use GIT-FILE-NAME.


From: guix-commits
Subject: 12/32: gnu: emacs-grep-context: Use GIT-FILE-NAME.
Date: Sun, 14 Apr 2019 14:15:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 60ec1cdaeb43a6e9dcbad4cc81227f983398e298
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Apr 10 20:44:23 2019 +0200

    gnu: emacs-grep-context: Use GIT-FILE-NAME.
    
    * gnu/packages/emacs-xyz.scm (emacs-grep-context)[source]: Use 
GIT-FILE-NAME.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fa9c66b..6a53564 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11205,7 +11205,7 @@ perform regression test for packages that provide 
font-lock rules.")
          (uri (git-reference
                (url "https://github.com/mkcms/grep-context.git";)
                (commit commit)))
-         (file-name (string-append name "-" version "-checkout"))
+         (file-name (git-file-name name version))
          (sha256
           (base32
            "1nqfa6kjzjshww4hnwg1c0vcr90bdjihy3kmixq3c3jkvxg99b62"))))



reply via email to

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