guix-commits
[Top][All Lists]
Advanced

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

13/32: gnu: emacs-stumpwm-mode: Use GIT-FILE-NAME.


From: guix-commits
Subject: 13/32: gnu: emacs-stumpwm-mode: 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 c1e57bc70fc5bd8f76ddb6ec7009d5571b7387b5
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Apr 10 20:44:24 2019 +0200

    gnu: emacs-stumpwm-mode: Use GIT-FILE-NAME.
    
    * gnu/packages/emacs-xyz.scm (emacs-stumpwm-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 6a53564..7e4c8f1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11365,7 +11365,7 @@ bookmarks and history.")
                 (uri (git-reference
                       (url "https://github.com/stumpwm/stumpwm-contrib.git";)
                       (commit commit)))
-                (file-name (string-append name "-" version "-checkout"))
+                (file-name (git-file-name name version))
                 (sha256
                  (base32
                   "1dfwsvz1c8w6j4jp0kzaz78ml3f5dp0a5pvf090kwpbpg176r7iq"))))



reply via email to

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