me
/
guix
Archived
1
0
Fork 0

gnu: emacs-ednc: Add source file-name.

* gnu/packages/emacs-xyz.scm (emacs-ednc)[source]: Add file-name field.
Efraim Flashner 2022-11-14 15:02:26 +02:00
parent e64feb2cfb
commit 6030bdcf6a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -30821,6 +30821,7 @@ data format @code{edn}. See @url{https://github.com/edn-format/edn}.")
(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)