mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
gnu: emacs-helm-emms: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-helm-emms)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
8886857500
commit
cfb041aa42
1 changed files with 1 additions and 1 deletions
|
@ -12034,7 +12034,7 @@ (define-public emacs-helm-emms
|
|||
(uri (git-reference
|
||||
(url "https://github.com/emacs-helm/helm-emms")
|
||||
(commit commit)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1595r09y3rmwd46nnhvjja3hb8j2ila295ijxv61cg52ws4wginh"))))
|
||||
|
|
Loading…
Reference in a new issue