efraim pushed a commit to branch master
in repository guix.

commit 04eecf4bdb6b3002ef9951864a6fdba2c4d1675b
Author: Efraim Flashner <[email protected]>
Date:   Tue Mar 13 21:27:04 2018 +0200

    gnu: ocaml-ssl: Declare a source file-name.
    
    * gnu/packages/ocaml.scm (ocaml-ssl)[source]: Declare a source
    file-name.
---
 gnu/packages/ocaml.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index be18766..24f4021 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)

Reply via email to