diff options
author | Julien Lepiller <julien@lepiller.eu> | 2020-09-30 21:42:06 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2020-10-15 17:59:44 +0200 |
commit | a8a8547abfc8e4c87f5e0945a167e756a1c05be5 (patch) | |
tree | a538ffd2ee798bf63c8cfaec0ca1aba09a3688e6 /gnu/packages/ocaml.scm | |
parent | f0c6fe314f6202dcb30f89a8d153a5a6dc8129b2 (diff) | |
download | guix-a8a8547abfc8e4c87f5e0945a167e756a1c05be5.tar.gz |
gnu: ocaml-qtest: Do not use deprecated jbuilder.
* gnu/packages/ocaml.scm (ocaml-qtest): Remove #:jbuild argument.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 3 |
1 files changed, 1 insertions, 2 deletions
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))) |