guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: ocaml-ppx-tools: Name checkout.


From: guix-commits
Subject: 03/06: gnu: ocaml-ppx-tools: Name checkout.
Date: Tue, 30 Apr 2019 11:13:38 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9e6cce4440d089710f719586cebbd7b002e7a0f9
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Apr 30 17:03:59 2019 +0200

    gnu: ocaml-ppx-tools: Name checkout.
    
    * gnu/packages/ocaml.scm (ocaml-ppx-tools)[source]: Add 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 108907c..93c6d36 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1743,6 +1743,7 @@ simple (yet expressive) query language to select the 
tests to run.")
        (uri (git-reference
              (url "https://github.com/alainfrisch/ppx_tools.git";)
              (commit version)))
+       (file-name (git-file-name name version))
        (sha256 (base32
                 "1ww4cspdpgjjsgiv71s0im5yjkr3544x96wsq1vpdacq7dr7zwiw"))))
     (build-system ocaml-build-system)



reply via email to

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