1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-24 01:51:51 +02:00

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
+1
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"))))