mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05: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 @@ (define-public emacs-crux
|
|||
(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