gnu: emacs-irony-eldoc: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-irony-eldoc)[source]: Use GIT-FILE-NAME.
master
Tobias Geerinckx-Rice 2019-04-04 20:20:33 +02:00
parent 50c0635a84
commit 264c773e06
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 2 deletions

View File

@ -2924,8 +2924,9 @@ irony-mode do the syntax checking.")
(uri (git-reference
(url "https://github.com/ikirill/irony-eldoc.git")
(commit "0df5831eaae264a25422b061eb2792aadde8b3f2")))
(sha256 (base32 "1l5qpr66v1l12fb50yh73grb2rr85xxmbj19mm33b5rdrq2bqmmd"))
(file-name (string-append name "-" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1l5qpr66v1l12fb50yh73grb2rr85xxmbj19mm33b5rdrq2bqmmd"))))
(build-system emacs-build-system)
(inputs
`(("irony-mode" ,emacs-irony-mode)))