mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
import/elpa: Add proper file-name to origin.
This avoids the lint "the source file name should contain the package name" with generated packages. Change-Id: I61c81203d9f3cdd035e2b64a4c7a8d86d1f3dd50 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
d7a65f1e91
commit
6bcecb6898
1 changed files with 1 additions and 0 deletions
|
@ -250,6 +250,7 @@ (define ref
|
|||
(uri (git-reference
|
||||
(url ,url)
|
||||
(commit ,commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
,(bytevector->nix-base32-string
|
||||
|
|
Loading…
Reference in a new issue