mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: luajit: Add source file-name.
* gnu/packages/lua.scm (luajit)[source]: Add file-name field.
This commit is contained in:
parent
4ba780aeb8
commit
18b39f34b0
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ (define-public luajit
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://luajit.org/git/luajit.git")
|
(url "https://luajit.org/git/luajit.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a002yh8v1i1q9w09494q0b8vsbmw3amn9jgfs5qnz7ba54jij0q"))))
|
"1a002yh8v1i1q9w09494q0b8vsbmw3amn9jgfs5qnz7ba54jij0q"))))
|
||||||
|
|
Loading…
Reference in a new issue