mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: emacs-find-file-in-project: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-find-file-in-project)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
dc858977e7
commit
f7f5a403bf
1 changed files with 1 additions and 1 deletions
|
@ -4915,7 +4915,7 @@ (define-public emacs-find-file-in-project
|
|||
(uri (git-reference
|
||||
(url "https://github.com/technomancy/find-file-in-project.git")
|
||||
(commit version)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1sdnyqv69mipbgs9yax88m9b6crsa59rjhwrih197pifl4089awr"))))
|
||||
|
|
Loading…
Reference in a new issue