guix-commits
[Top][All Lists]
Advanced

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

42/88: gnu: emacs-package-lint: Use GIT-FILE-NAME.


From: guix-commits
Subject: 42/88: gnu: emacs-package-lint: Use GIT-FILE-NAME.
Date: Wed, 10 Apr 2019 23:44:41 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

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

    gnu: emacs-package-lint: Use GIT-FILE-NAME.
    
    * gnu/packages/emacs-xyz.scm (emacs-package-lint)[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 a5fea7e..8fa51fd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12248,7 +12248,7 @@ image, rotate it, save modified images, and more.")
          (uri (git-reference
                (url "https://github.com/purcell/package-lint";)
                (commit commit)))
-         (file-name (string-append name "-" version "-checkout"))
+         (file-name (git-file-name name version))
          (sha256
           (base32
            "1hfricsgmy3x9snnd2p4xq6vnnv94qdsxxnxp07b3hqc9bhw31rq"))))



reply via email to

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