diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-10 20:39:20 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-10 20:54:11 +0200 |
commit | fbd017cd25b56a05e3df231f9b91d52c231ca35a (patch) | |
tree | 5d86e983f1577fb1d6e25bcc31e7572e69f1b719 /gnu/packages | |
parent | 64038edd638d49c1546ec301ed36eca5691bdace (diff) | |
download | guix-fbd017cd25b56a05e3df231f9b91d52c231ca35a.tar.gz |
gnu: emacs-tree-mode: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-tree-mode)[source]: Use GIT-FILE-NAME.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index af3845e863..d87b6564fd 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -9564,7 +9564,7 @@ navigate and display hierarchy structures.") (uri (git-reference (url "https://github.com/emacsorphanage/tree-mode.git") (commit commit))) - (file-name (string-append name "-" version "-checkout")) + (file-name (git-file-name name version)) (sha256 (base32 "13bbdhdmqg4x9yghanhr8fsbsxbnypzxdxgicz31sjjm675kpnix")))) |