gnu: lua5.1-socket: Add missing file-name field.
* gnu/packages/lua.scm (lua5.1-socket)[source]: Add missing file-name field.master
parent
50269c0197
commit
a6888fe3cd
|
@ -179,6 +179,7 @@ language.")
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://github.com/diegonehab/luasocket/archive/v"
|
"https://github.com/diegonehab/luasocket/archive/v"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j8jx8bjicvp9khs26xjya8c495wrpb7parxfnabdqa5nnsxjrwb"))))
|
"0j8jx8bjicvp9khs26xjya8c495wrpb7parxfnabdqa5nnsxjrwb"))))
|
||||||
|
|
Reference in New Issue