mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: emacs-esup: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-esup)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
187331e100
commit
ac5b171c92
1 changed files with 1 additions and 1 deletions
|
@ -9893,7 +9893,7 @@ (define-public emacs-esup
|
|||
(uri (git-reference
|
||||
(url "https://github.com/jschaf/esup.git")
|
||||
(commit commit)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"04lxmd0h7mfjjl0qghrycgff0vcv950j1wqv0dbkr61jxp64n5fv"))))
|
||||
|
|
Loading…
Reference in a new issue