guix-commits
[Top][All Lists]
Advanced

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

150/203: gnu: emacs-crux: Use GIT-FILE-NAME.


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

nckx pushed a commit to branch master
in repository guix.

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

    gnu: emacs-crux: Use GIT-FILE-NAME.
    
    * gnu/packages/emacs-xyz.scm (emacs-crux)[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 b8183c8..204e5d2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9794,7 +9794,7 @@ confused by comments or @code{foo-bar} matching 
@code{foo}.")
          (uri (git-reference
                (url "https://github.com/bbatsov/crux.git";)
                (commit commit)))
-         (file-name (string-append name "-" version "-checkout"))
+         (file-name (git-file-name name version))
          (sha256
           (base32
            "1fdxvv25cs01sg6fmvmzxpzvs50i6v8n2jya60lbavxqqhi0sbxd"))))



reply via email to

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