gnu: ocaml-bitstring: Do not use deprecated jbuilder.

* gnu/packages/ocaml.scm (ocaml-bitstring): Remove #:jbuild argument.
This commit is contained in:
Julien Lepiller 2020-09-30 21:46:15 +02:00
parent a8a8547abf
commit 93304a0c89
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -1362,8 +1362,8 @@ (define-public ocaml-bitstring
(propagated-inputs
`(("ocaml-ppx-tools-versioned" ,ocaml-ppx-tools-versioned)))
(arguments
`(#:tests? #f; Tests fail to build
#:jbuild? #t))
`(#:package "bitstring"
#:tests? #f)); Tests fail to build
(home-page "https://github.com/xguerin/bitstring")
(synopsis "Bitstrings and bitstring matching for OCaml")
(description "Adds Erlang-style bitstrings and matching over bitstrings as