me
/
guix
Archived
1
0
Fork 0

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

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

View File

@ -5382,7 +5382,7 @@ for search-based navigation of buffers.")
(uri (git-reference (uri (git-reference
(url "https://github.com/abo-abo/helm-make.git") (url "https://github.com/abo-abo/helm-make.git")
(commit commit))) (commit commit)))
(file-name (string-append name "-" version "-checkout")) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1y2v77mmd1bfkkz51cnk1l0dg3lvvxc39wlamnm7wjns66dbvlam")))) "1y2v77mmd1bfkkz51cnk1l0dg3lvvxc39wlamnm7wjns66dbvlam"))))