gnu: ocaml-qtest: Use ocaml-qcheck.
* gnu/packages/ocaml.scm (ocaml-qtest)[propagated-inputs]: Add ocaml-qcheck.
This commit is contained in:
parent
2c6ef0dd3b
commit
e24d527131
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue