gnu: emacs-better-defaults: Specify source file name.
authorDavid Thompson <davet@gnu.org>
Tue, 31 May 2016 17:39:58 +0000 (13:39 -0400)
committerDavid Thompson <davet@gnu.org>
Tue, 31 May 2016 17:41:15 +0000 (13:41 -0400)
* gnu/packages/emacs.scm (emacs-better-defaults)[source]: Specify a
  useful file name, as usual with tarballs from GitHub.

gnu/packages/emacs.scm

index bfc4764..8a6e8bb 100644 (file)
@@ -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"))))