mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -1007,7 +1007,8 @@ (define-public ocaml-qtest
|
|||
(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 a new issue