gnu: emacs-el-x: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-el-x)[source]: Use GIT-FILE-NAME.
master
Tobias Geerinckx-Rice 2019-04-10 20:35:56 +02:00
parent c2e0193eed
commit dc858977e7
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -4854,7 +4854,7 @@ and RSS, with a user interface inspired by notmuch.")
(uri (git-reference
(url "https://github.com/sigma/el-x.git")
(commit (string-append "v" version))))
(file-name (string-append name "-" version "-checkout"))
(file-name (git-file-name name version))
(sha256
(base32
"1i6j44ssxm1xdg0mf91nh1lnprwsaxsx8vsrf720nan7mfr283h5"))))