gnu: emacs-d-mode: Declare a source file-name.

* gnu/packages/emacs.scm (emacs-d-mode)[source]: Add 'file-name field.
master
Efraim Flashner 2018-02-12 11:35:51 +02:00
parent 995b706931
commit b87047e04b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -1621,6 +1621,7 @@ management tasks from Emacs. To begin with, run @code{M-x guix-about} or
(uri (string-append
"https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode/"
"archive/" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0knpgi55jm09282aqf8pv55zillpnpzf9f4sgm6gwsmvxf17xaw0"))))