guix-commits
[Top][All Lists]
Advanced

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

145/203: gnu: emacs-helm-make: Use GIT-FILE-NAME.


From: guix-commits
Subject: 145/203: gnu: emacs-helm-make: Use GIT-FILE-NAME.
Date: Wed, 10 Apr 2019 14:57:37 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ad9433009ccc1bd811bf7c0651d5bc22937b6a80
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Apr 10 20:36:53 2019 +0200

    gnu: emacs-helm-make: Use GIT-FILE-NAME.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm-make)[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 6ffceb2..198ab37 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5382,7 +5382,7 @@ for search-based navigation of buffers.")
          (uri (git-reference
                (url "https://github.com/abo-abo/helm-make.git";)
                (commit commit)))
-         (file-name (string-append name "-" version "-checkout"))
+         (file-name (git-file-name name version))
          (sha256
           (base32
            "1y2v77mmd1bfkkz51cnk1l0dg3lvvxc39wlamnm7wjns66dbvlam"))))



reply via email to

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