gnu: emacs-el-x: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-el-x)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
c2e0193eed
commit
dc858977e7
|
@ -4854,7 +4854,7 @@ and RSS, with a user interface inspired by notmuch.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/sigma/el-x.git")
|
(url "https://github.com/sigma/el-x.git")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i6j44ssxm1xdg0mf91nh1lnprwsaxsx8vsrf720nan7mfr283h5"))))
|
"1i6j44ssxm1xdg0mf91nh1lnprwsaxsx8vsrf720nan7mfr283h5"))))
|
||||||
|
|
Loading…
Reference in New Issue