gnu: emacs-d-mode: Declare a source file-name.
* gnu/packages/emacs.scm (emacs-d-mode)[source]: Add 'file-name field.
This commit is contained in:
parent
995b706931
commit
b87047e04b
|
@ -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"))))
|
||||
|
|
Loading…
Reference in New Issue