mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-eros: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-eros)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
c4a835268f
commit
9491392df8
1 changed files with 1 additions and 1 deletions
|
@ -11569,7 +11569,7 @@ (define-public emacs-eros
|
|||
(uri (git-reference
|
||||
(url "https://github.com/xiongtx/eros.git")
|
||||
(commit commit)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0whlsq90v13fz69k3wjrwcwb9gkpfxqjd75mg3nrp85j9nwhb5i4"))))
|
||||
|
|
Loading…
Reference in a new issue