mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: emacs-neotree: Keep downloaded source file format.
* gnu/packages/emacs.scm (emacs-neotree)[source]: Keep downloaded file format.
This commit is contained in:
parent
6fb0dd3495
commit
f409d0aacf
1 changed files with 1 additions and 1 deletions
|
@ -2977,7 +2977,7 @@ (define-public emacs-neotree
|
|||
(sha256
|
||||
(base32
|
||||
"0cr37pdkwjgfijfws5bjskfh1rq9rfngxblcj6v5383vpmn83q7s"))
|
||||
(file-name (string-append name "-" version))))
|
||||
(file-name (string-append name "-" version ".tar.gz"))))
|
||||
(build-system emacs-build-system)
|
||||
(synopsis "Folder tree view for Emacs")
|
||||
(description "This Emacs package provides a folder tree view.")
|
||||
|
|
Loading…
Reference in a new issue