guix-commits
[Top][All Lists]
Advanced

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

111/203: gnu: emacs-org-mind-map: Use GIT-FILE-NAME.


From: guix-commits
Subject: 111/203: gnu: emacs-org-mind-map: Use GIT-FILE-NAME.
Date: Wed, 10 Apr 2019 14:57:29 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 64038edd638d49c1546ec301ed36eca5691bdace
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Apr 10 20:39:37 2019 +0200

    gnu: emacs-org-mind-map: Use GIT-FILE-NAME.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-mind-map)[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 ca43316..af3845e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9671,7 +9671,7 @@ timestamps and date-time format strings library for 
Emacs.")
          (uri (git-reference
                (url "https://github.com/theodorewiles/org-mind-map.git";)
                (commit commit)))
-         (file-name (string-append name "-" version "-checkout"))
+         (file-name (git-file-name name version))
          (sha256
           (base32
            "0jgkkgq7g64zckrmjib0hvz0qy3ynz5vz13qbmlpf096l3bb65wn"))))



reply via email to

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