diff options
author | Julien Lepiller <julien@lepiller.eu> | 2020-09-30 21:46:15 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2020-10-15 17:59:48 +0200 |
commit | 93304a0c8932d6037f6ef803c7bd42f6cdb1473a (patch) | |
tree | 5351e604d1738fbb0fd4a78f48f7a04361788a40 /gnu/packages/ocaml.scm | |
parent | a8a8547abfc8e4c87f5e0945a167e756a1c05be5 (diff) | |
download | guix-93304a0c8932d6037f6ef803c7bd42f6cdb1473a.tar.gz |
gnu: ocaml-bitstring: Do not use deprecated jbuilder.
* gnu/packages/ocaml.scm (ocaml-bitstring): Remove #:jbuild argument.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 97b5b26c70..e85a73365d 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -1362,8 +1362,8 @@ ocaml-migrate-parsetree") (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 |