guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: ocaml-qtest: Use ocaml-qcheck.


From: julien lepiller
Subject: 02/02: gnu: ocaml-qtest: Use ocaml-qcheck.
Date: Sat, 29 Apr 2017 11:52:11 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit e24d52713140f339e3ac366f31d27dd413edd557
Author: Julien Lepiller <address@hidden>
Date:   Sat Apr 22 11:11:53 2017 +0200

    gnu: ocaml-qtest: Use ocaml-qcheck.
    
    * gnu/packages/ocaml.scm (ocaml-qtest)[propagated-inputs]: Add ocaml-qcheck.
---
 gnu/packages/ocaml.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 1a1cef3..0c21a74 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1007,7 +1007,8 @@ instances and printing them.")
     (native-inputs
      `(("findlib" ,ocaml-findlib)))
     (propagated-inputs
-     `(("ounit" ,ocaml-ounit)))
+     `(("ounit" ,ocaml-ounit)
+       ("qcheck" ,ocaml-qcheck)))
     (arguments
      `(#:tests? #f ; No test target.
        #:make-flags



reply via email to

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