From 1f4b40227c62467bfaf91309ffc1eeca4a222ede Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Wed, 30 Sep 2020 22:15:42 +0200 Subject: gnu: ocaml4.07-merlin: Do not use deprecated jbuilder. * gnu/packages/ocaml.scm (ocaml4.07-merlin): Remove #:jbuild argument. --- gnu/packages/ocaml.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 50bfc10fc3..0515dc097c 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -3761,7 +3761,7 @@ format}. @code{craml} is released as a single binary (called @code{craml}).") (native-inputs `(("ocaml-findlib" ,ocaml-findlib))) (arguments - `(#:jbuild? #t + `(#:package "merlin" #:tests? #f ;; Errors in tests in version 3.2.2 #:ocaml ,ocaml-4.07 #:findlib ,ocaml4.07-findlib)) -- cgit v1.2.3