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.
This commit is contained in:
David Thompson 2016-05-31 13:39:58 -04:00
parent e88eb07110
commit 13384842f8
No known key found for this signature in database
GPG Key ID: 8328C7470FF1D807
1 changed files with 1 additions and 0 deletions

View 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"))))