diff options
author | Julien Lepiller <julien@lepiller.eu> | 2017-04-22 11:11:53 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2017-04-29 17:51:49 +0200 |
commit | e24d52713140f339e3ac366f31d27dd413edd557 (patch) | |
tree | 383adf8d06d67b0f9f74d56596ca6cdddf3faa5f /gnu/packages/ocaml.scm | |
parent | 2c6ef0dd3b9076dc96ee9c0c9b492835f824e9bd (diff) | |
download | patches-e24d52713140f339e3ac366f31d27dd413edd557.tar patches-e24d52713140f339e3ac366f31d27dd413edd557.tar.gz |
gnu: ocaml-qtest: Use ocaml-qcheck.
* gnu/packages/ocaml.scm (ocaml-qtest)[propagated-inputs]: Add ocaml-qcheck.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 1a1cef353f..0c21a74da6 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 |