From a8a8547abfc8e4c87f5e0945a167e756a1c05be5 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Wed, 30 Sep 2020 21:42:06 +0200 Subject: gnu: ocaml-qtest: Do not use deprecated jbuilder. * gnu/packages/ocaml.scm (ocaml-qtest): Remove #:jbuild argument. --- gnu/packages/ocaml.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 9ec9c82b16..97b5b26c70 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -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))) -- cgit 1.4.1