gnu: ocaml-ssl: Declare a source file-name.
* gnu/packages/ocaml.scm (ocaml-ssl)[source]: Declare a source file-name.
This commit is contained in:
parent
14ebf2fc5f
commit
04eecf4bdb
|
@ -1648,6 +1648,7 @@ lets the client choose the concrete timeline.")
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/savonet/ocaml-ssl/archive/"
|
(uri (string-append "https://github.com/savonet/ocaml-ssl/archive/"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"15p7652cvzdrlqxc1af11mg07wasxr1fsaj44gcmmh6bmav7wfzq"))))
|
"15p7652cvzdrlqxc1af11mg07wasxr1fsaj44gcmmh6bmav7wfzq"))))
|
||||||
(build-system ocaml-build-system)
|
(build-system ocaml-build-system)
|
||||||
|
|
Loading…
Reference in New Issue