guix-commits
[Top][All Lists]
Advanced

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

139/203: gnu: emacs-god-mode: Use GIT-FILE-NAME.


From: guix-commits
Subject: 139/203: gnu: emacs-god-mode: Use GIT-FILE-NAME.
Date: Wed, 10 Apr 2019 14:57:35 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 51646a028a3222fbab2e6164a2445ed0f86f5414
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Apr 10 20:35:17 2019 +0200

    gnu: emacs-god-mode: Use GIT-FILE-NAME.
    
    * gnu/packages/emacs-xyz.scm (emacs-god-mode)[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 87162e8..c95a08b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3423,7 +3423,7 @@ linting of manifests and integration with Puppet 
Debugger.")
          (uri (git-reference
                (url "https://github.com/chrisdone/god-mode.git";)
                (commit commit)))
-         (file-name (string-append name "-" version "-checkout"))
+         (file-name (git-file-name name version))
          (sha256
           (base32
            "1am415k4xxcva6y3vbvyvknzc6bma49pq3p85zmpjsdmsp18qdix"))))



reply via email to

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