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:
Efraim Flashner 2018-03-13 21:27:04 +02:00
parent 14ebf2fc5f
commit 04eecf4bdb
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -1648,6 +1648,7 @@ lets the client choose the concrete timeline.")
(method url-fetch)
(uri (string-append "https://github.com/savonet/ocaml-ssl/archive/"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256 (base32
"15p7652cvzdrlqxc1af11mg07wasxr1fsaj44gcmmh6bmav7wfzq"))))
(build-system ocaml-build-system)