mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-helm-eww: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-helm-eww)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
650c155bb8
commit
2eb10e886e
1 changed files with 1 additions and 1 deletions
|
@ -11340,7 +11340,7 @@ (define-public emacs-helm-eww
|
|||
(uri (git-reference
|
||||
(url "https://github.com/emacs-helm/helm-eww.git")
|
||||
(commit version)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0hpq1h0p69c9k6hkd2mjpprx213sc5475q7pr2zpmwrjdzgcv70z"))))
|
||||
|
|
Loading…
Reference in a new issue