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 @@ RECIPE."
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url ,url)
|
(url ,url)
|
||||||
(commit ,commit)))
|
(commit ,commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
,(bytevector->nix-base32-string
|
,(bytevector->nix-base32-string
|
||||||
|
|
Reference in a new issue