gnu: ocaml-lwt: Declare a source file-name.
* gnu/packages/ocaml.scm (ocaml-lwt)[source]: Declare a source file-name.master
parent
0aee7fdc8c
commit
14ebf2fc5f
|
@ -1682,6 +1682,7 @@ through Transport Layer Security (@dfn{TLS}) encrypted connections.")
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/ocsigen/lwt/archive/" version
|
(uri (string-append "https://github.com/ocsigen/lwt/archive/" version
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"1gbw0g8a5a4b16diqrmlhc8ilnikrm4w3jjm1zq310maqg8z0zxz"))))
|
"1gbw0g8a5a4b16diqrmlhc8ilnikrm4w3jjm1zq310maqg8z0zxz"))))
|
||||||
(build-system ocaml-build-system)
|
(build-system ocaml-build-system)
|
||||||
|
|
Reference in New Issue