mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: emacs-grep-context: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-grep-context)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
4fa915b29e
commit
60ec1cdaeb
1 changed files with 1 additions and 1 deletions
|
@ -11205,7 +11205,7 @@ (define-public emacs-grep-context
|
|||
(uri (git-reference
|
||||
(url "https://github.com/mkcms/grep-context.git")
|
||||
(commit commit)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1nqfa6kjzjshww4hnwg1c0vcr90bdjihy3kmixq3c3jkvxg99b62"))))
|
||||
|
|
Loading…
Reference in a new issue