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:
parent
e88eb07110
commit
13384842f8
|
@ -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"))))
|
||||
|
|
Loading…
Reference in New Issue