me
/
guix
Archived
1
0
Fork 0

gnu: lua5.1-socket: Add missing file-name field.

* gnu/packages/lua.scm (lua5.1-socket)[source]: Add missing file-name
field.
master
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
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ language.")
(uri (string-append
"https://github.com/diegonehab/luasocket/archive/v"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0j8jx8bjicvp9khs26xjya8c495wrpb7parxfnabdqa5nnsxjrwb"))))