mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: lua5.1-socket: Add missing file-name field.
* gnu/packages/lua.scm (lua5.1-socket)[source]: Add missing file-name field.
This commit is contained in:
parent
50269c0197
commit
a6888fe3cd
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ (define-public lua5.1-socket
|
|||
(uri (string-append
|
||||
"https://github.com/diegonehab/luasocket/archive/v"
|
||||
version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0j8jx8bjicvp9khs26xjya8c495wrpb7parxfnabdqa5nnsxjrwb"))))
|
||||
|
|
Loading…
Reference in a new issue