gnu: ocaml4.07-ppx-expect: Do not use deprecated jbuilder.

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

View file

@ -4864,8 +4864,7 @@ (define-public ocaml4.07-ppx-expect
"1wawsbjfkri4sw52n8xqrzihxc3xfpdicv3ahz83a1rsn4lb8j5q"))))
(build-system dune-build-system)
(arguments
`(#:jbuild? #t
#:ocaml ,ocaml-4.07
`(#:ocaml ,ocaml-4.07
#:findlib ,ocaml4.07-findlib))
(propagated-inputs
`(("ocaml-base" ,ocaml4.07-base)