diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-03-13 21:27:04 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-03-13 21:48:26 +0200 |
commit | 04eecf4bdb6b3002ef9951864a6fdba2c4d1675b (patch) | |
tree | 23b2bdfa1cb57bf9de7eb375cda33769a8f2e472 /gnu | |
parent | 14ebf2fc5f72f5dafd8f811f6c628e33a4026689 (diff) |
gnu: ocaml-ssl: Declare a source file-name.
* gnu/packages/ocaml.scm (ocaml-ssl)[source]: Declare a source
file-name.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ocaml.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index be18766ba2..24f402128c 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -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) |