mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: ocaml-bitstring: Do not use deprecated jbuilder.
* gnu/packages/ocaml.scm (ocaml-bitstring): Remove #:jbuild argument.
This commit is contained in:
parent
a8a8547abf
commit
93304a0c89
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue