gnu: emacs-helm-firefox: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-helm-firefox)[source]: Use GIT-FILE-NAME.
master
Tobias Geerinckx-Rice 2019-04-10 20:44:23 +02:00
parent 5496aa124d
commit 650c155bb8
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -11233,7 +11233,7 @@ compilation/grep buffers. Works with @code{wgrep}, @code{ack}, @code{ag},
(uri (git-reference
(url "https://github.com/emacs-helm/helm-firefox.git")
(commit commit)))
(file-name (string-append name "-" version "-checkout"))
(file-name (git-file-name name version))
(sha256
(base32
"08mjsi2f9s29fkk35cj1rrparjnkm836qmbfdwdz7y51f9varjbs"))))