guix-commits
[Top][All Lists]
Advanced

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

06/13: gnu: ocaml-ppx-enumerate: Name checkout.


From: guix-commits
Subject: 06/13: gnu: ocaml-ppx-enumerate: Name checkout.
Date: Tue, 30 Apr 2019 15:07:36 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4a6de002172d4a12a36bd85a1d94927d0403b425
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Apr 30 17:44:53 2019 +0200

    gnu: ocaml-ppx-enumerate: Name checkout.
    
    * gnu/packages/ocaml.scm (ocaml-ppx-enumerate)[source]: Add FILE-NAME.
---
 gnu/packages/ocaml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index ab67d62..07b6114 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -4240,13 +4240,13 @@ hash functions from type exrpessions and definitions.")
               (uri (git-reference
                      (url "https://github.com/janestreet/ppx_enumerate.git";)
                      (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
               (sha256
                (base32
                 "0spx9k1v7vjjb6sigbfs69yndgq76v114jhxvzjmffw7q989cyhr"))))
     (build-system dune-build-system)
     (arguments
-     ;; No tests
-     `(#:tests? #f))
+     `(#:tests? #f))                    ; no test suite
     (propagated-inputs
       `(("ocaml-base" ,ocaml-base)
         ("ocaml-migrate-parsetree" ,ocaml-migrate-parsetree)



reply via email to

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