gnu: emacs-helm-make: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-helm-make)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
64e9f69672
commit
ad9433009c
1 changed files with 1 additions and 1 deletions
|
@ -5382,7 +5382,7 @@ (define-public emacs-helm-make
|
|||
(uri (git-reference
|
||||
(url "https://github.com/abo-abo/helm-make.git")
|
||||
(commit commit)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1y2v77mmd1bfkkz51cnk1l0dg3lvvxc39wlamnm7wjns66dbvlam"))))
|
||||
|
|
Loading…
Reference in a new issue