mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: emacs-dts-mode: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-dts-mode)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
2eca49a01b
commit
d405677747
1 changed files with 1 additions and 1 deletions
|
@ -11748,7 +11748,7 @@ Dumb Jump performs best with The Silver Searcher @command{ag} or ripgrep
|
|||
(uri (git-reference
|
||||
(url "https://github.com/bgamari/dts-mode.git")
|
||||
(commit commit)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1k8lljdbc90nd29xrhdrsscxavzdq532wq2mg7ljc94krj7538b1"))))
|
||||
|
|
Loading…
Reference in a new issue