mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: emacs-compat: Add a source file-name.
* gnu/packages/emacs-xyz.scm (emacs-compat)[source]: Add a file-name field. Change-Id: Id1540b19c3b4c3a33edc7147b0469ec4d92b709c
This commit is contained in:
parent
aa7e35965c
commit
5380745710
1 changed files with 1 additions and 0 deletions
|
@ -9741,6 +9741,7 @@ (define-public emacs-compat
|
|||
(uri (git-reference
|
||||
(url "https://github.com/emacs-compat/compat")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0rw4j8caiyah7k6pml8bwxd9zs6q7mlqq3lvrm013vimw2js3d12"))))
|
||||
|
|
Loading…
Reference in a new issue