gnu: ocaml-qtest: Use ocaml-qcheck.

* gnu/packages/ocaml.scm (ocaml-qtest)[propagated-inputs]: Add ocaml-qcheck.
This commit is contained in:
Julien Lepiller 2017-04-22 11:11:53 +02:00
parent 2c6ef0dd3b
commit e24d527131
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 2 additions and 1 deletions

View File

@ -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