gnu: ocaml4.07-merlin: Do not use deprecated jbuilder.

* gnu/packages/ocaml.scm (ocaml4.07-merlin): Remove #:jbuild argument.
This commit is contained in:
Julien Lepiller 2020-09-30 22:15:42 +02:00
parent 3b90075a40
commit 1f4b40227c
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -3761,7 +3761,7 @@ (define-public ocaml4.07-merlin
(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))