guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-better-defaults: Specify source file name.


From: David Thompson
Subject: 01/01: gnu: emacs-better-defaults: Specify source file name.
Date: Tue, 31 May 2016 17:42:10 +0000 (UTC)

davexunit pushed a commit to branch master
in repository guix.

commit 13384842f8ac7ba2b267ca7f8195e4744da245f5
Author: David Thompson <address@hidden>
Date:   Tue May 31 13:39:58 2016 -0400

    gnu: emacs-better-defaults: Specify source file name.
    
    * gnu/packages/emacs.scm (emacs-better-defaults)[source]: Specify a
      useful file name, as usual with tarballs from GitHub.
---
 gnu/packages/emacs.scm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index bfc4764..8a6e8bb 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1785,6 +1785,7 @@ work on lists, strings and vectors.")
        (method url-fetch)
        (uri (string-append "https://github.com/technomancy/better-defaults";
                            "/archive/" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
          "08fg4zslzlxbvyil5g4gwvwd22fh4zsgqprs5wh9hv1rgc6757m2"))))



reply via email to

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