guix-commits
[Top][All Lists]
Advanced

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

118/203: gnu: emacs-itail: Use GIT-FILE-NAME.


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

nckx pushed a commit to branch master
in repository guix.

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

    gnu: emacs-itail: Use GIT-FILE-NAME.
    
    * gnu/packages/emacs-xyz.scm (emacs-itail)[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 82f73bc..46eca26 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9736,7 +9736,7 @@ functions provided by @file{subr.el}.")
          (uri (git-reference
                (url "https://github.com/re5et/itail.git";)
                (commit commit)))
-         (file-name (string-append name "-" version "-checkout"))
+         (file-name (git-file-name name version))
          (sha256
           (base32
            "044nzxh1hq41faxw3lix0wy78vfz304pjcaa5a11dqfz7q3gx5cv"))))



reply via email to

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