mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: emacs-crux: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-crux)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
757ea841a6
commit
187331e100
1 changed files with 1 additions and 1 deletions
|
@ -9794,7 +9794,7 @@ confused by comments or @code{foo-bar} matching @code{foo}.")
|
|||
(uri (git-reference
|
||||
(url "https://github.com/bbatsov/crux.git")
|
||||
(commit commit)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fdxvv25cs01sg6fmvmzxpzvs50i6v8n2jya60lbavxqqhi0sbxd"))))
|
||||
|
|
Loading…
Reference in a new issue