mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-evil-org: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-evil-org)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
3b5edf911d
commit
228414cee5
1 changed files with 1 additions and 1 deletions
|
@ -12031,7 +12031,7 @@ (define-public emacs-evil-org
|
|||
(uri (git-reference
|
||||
(url "https://github.com/Somelauw/evil-org-mode")
|
||||
(commit commit)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"176hrw7y7nczffbyhsa167b8rvfacsmcafm2gpkrdjqlrikbmrhl"))))
|
||||
|
|
Loading…
Reference in a new issue