guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/19: gnu: ocaml-piqi: Declare a source file-name.


From: Efraim Flashner
Subject: 05/19: gnu: ocaml-piqi: Declare a source file-name.
Date: Tue, 13 Mar 2018 15:48:52 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 597beb8a5dc20d0d21cba916df7d04134ab590a7
Author: Efraim Flashner <address@hidden>
Date:   Tue Mar 13 21:23:57 2018 +0200

    gnu: ocaml-piqi: Declare a source file-name.
    
    * gnu/packages/ocaml.scm (ocaml-piqi)[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 ccf2761..951cb89 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3451,6 +3451,7 @@ and 4 (random based) according to RFC 4122.")
               (method url-fetch)
               (uri (string-append "https://github.com/alavrik/piqi-ocaml/";
                                   "archive/v" version ".tar.gz"))
+              (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
                 "0ngz6y8i98i5v2ma8nk6mc83pdsmf2z0ks7m3xi6clfg3zqbddrv"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]