mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-ednc: Add source file-name.
* gnu/packages/emacs-xyz.scm (emacs-ednc)[source]: Add file-name field.
This commit is contained in:
parent
e64feb2cfb
commit
6030bdcf6a
1 changed files with 1 additions and 0 deletions
|
@ -30821,6 +30821,7 @@ (define-public emacs-ednc
|
|||
(uri (git-reference
|
||||
(url "https://github.com/sinic/ednc")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1gsx2qgv5xm9r0i0axd4hf31g2rq2m4a1hvnif48g4xb0llss73c"))))
|
||||
(build-system emacs-build-system)
|
||||
|
|
Loading…
Reference in a new issue