mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: emacs-daemons: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-daemons)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
d405677747
commit
c9cb0fda5e
1 changed files with 1 additions and 1 deletions
|
@ -11770,7 +11770,7 @@ (define-public emacs-daemons
|
|||
(uri (git-reference
|
||||
(url "https://github.com/cbowdon/daemons.el")
|
||||
(commit version)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"00bkzfaw3bqykcks610vk9wlpa2z360xn32bpsrycacwfv29j7g4"))))
|
||||
|
|
Loading…
Reference in a new issue