mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-helm-ls-git: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-helm-ls-git)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
de3bb0e077
commit
559eb2976f
1 changed files with 1 additions and 1 deletions
|
@ -12113,7 +12113,7 @@ (define-public emacs-helm-ls-git
|
|||
(uri (git-reference
|
||||
(url "https://github.com/emacs-helm/helm-ls-git")
|
||||
(commit commit)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vsq1n3xl3ghy5zik2scm7jrs501n4kybdqd6yw6j0cv4jxdqbr0"))))
|
||||
|
|
Loading…
Reference in a new issue