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:
Efraim Flashner 2017-12-06 10:50:17 +02:00
parent 50269c0197
commit a6888fe3cd
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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"))))