mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-w3m: Add source file-name.
* gnu/packages/emacs-xyz.scm (emacs-w3m)[source]: Add file-name field.
This commit is contained in:
parent
7615248267
commit
609d7ae7f8
1 changed files with 1 additions and 0 deletions
|
@ -2393,6 +2393,7 @@ (define-public emacs-w3m
|
|||
(uri (git-reference
|
||||
(url "https://github.com/emacs-w3m/emacs-w3m.git")
|
||||
(commit "bbcebbe20ebfa807a3e4beaadf40ce6f4be213e7")))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0y892n8jaxzyxi1fgyklc7zfh57ibp4yyywmif69dm28hykj6lmz"))))
|
||||
|
|
Loading…
Reference in a new issue