guix-commits
[Top][All Lists]
Advanced

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

153/203: gnu: emacs-mbsync: Use GIT-FILE-NAME.


From: guix-commits
Subject: 153/203: gnu: emacs-mbsync: Use GIT-FILE-NAME.
Date: Wed, 10 Apr 2019 14:57:39 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 81b1bd48cf9873ebab8e573d97886bf1071d1a18
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Apr 10 20:44:21 2019 +0200

    gnu: emacs-mbsync: Use GIT-FILE-NAME.
    
    * gnu/packages/emacs-xyz.scm (emacs-mbsync)[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 830f85d..9c9ebc1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10100,7 +10100,7 @@ key again.")
          (uri (git-reference
                (url "https://github.com/dimitri/mbsync-el.git";)
                (commit commit)))
-         (file-name (string-append name "-" version "-checkout"))
+         (file-name (git-file-name name version))
          (sha256
           (base32
            "0yj93y2mpxlir8x73znlg1slxlv4blm1vjv5h2w3j8lxg8bxvmn6"))))



reply via email to

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