Skip to content
Snippets Groups Projects
Unverified Commit a6888fe3 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

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

* gnu/packages/lua.scm (lua5.1-socket)[source]: Add missing file-name
field.
parent 50269c01
No related branches found
No related tags found
No related merge requests found
...@@ -179,6 +179,7 @@ (define-public lua5.1-socket ...@@ -179,6 +179,7 @@ (define-public lua5.1-socket
(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"))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment