3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ocaml-qtest: Do not use deprecated jbuilder.

* gnu/packages/ocaml.scm (ocaml-qtest): Remove #:jbuild argument.
This commit is contained in:
Julien Lepiller 2020-09-30 21:42:06 +02:00
parent f0c6fe314f
commit a8a8547abf
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -1213,8 +1213,7 @@ instances and printing them.")
"0gddzan4vzs0vklsxhirdjrvx3rp7hhh2yr20vi13nq8rwkn9w29"))))
(build-system dune-build-system)
(arguments
`(#:jbuild? #t
#:test-target "tests"))
`(#:test-target "tests"))
(propagated-inputs
`(("ounit" ,ocaml-ounit)
("qcheck" ,ocaml-qcheck)))