[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#43745] [PATCH 07/27] gnu: ocaml-bitstring: Do not use deprecated jb
From: |
Julien Lepiller |
Subject: |
[bug#43745] [PATCH 07/27] gnu: ocaml-bitstring: Do not use deprecated jbuilder. |
Date: |
Thu, 1 Oct 2020 15:41:13 +0200 |
* gnu/packages/ocaml.scm (ocaml-bitstring): Remove #:jbuild argument.
---
gnu/packages/ocaml.scm | 4 ++--
1 file 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
--
2.28.0
- [bug#43745] [PATCH] gnu: dune: Update to 2.7.1., Julien Lepiller, 2020/10/01
- [bug#43745] [PATCH 01/27] gnu: unison: Build with ocaml-4.09., Julien Lepiller, 2020/10/01
- [bug#43745] [PATCH 03/27] gnu: ocaml-mccs: Update to 1.1+11., Julien Lepiller, 2020/10/01
- [bug#43745] [PATCH 02/27] gnu: camlp5: Update to 7.13., Julien Lepiller, 2020/10/01
- [bug#43745] [PATCH 06/27] gnu: ocaml-qtest: Do not use deprecated jbuilder., Julien Lepiller, 2020/10/01
- [bug#43745] [PATCH 07/27] gnu: ocaml-bitstring: Do not use deprecated jbuilder.,
Julien Lepiller <=
- [bug#43745] [PATCH 08/27] gnu: ocaml-lwt-log: Do not use deprecated jbuilder., Julien Lepiller, 2020/10/01
- [bug#43745] [PATCH 04/27] gnu: ocaml-migrate-parsetree: Update to 1.7.3., Julien Lepiller, 2020/10/01
- [bug#43745] [PATCH 04/27] gnu: ocaml-migrate-parsetree: Update to 1.7.3., zimoun, 2020/10/12
- [bug#43745] [PATCH 04/27] gnu: ocaml-migrate-parsetree: Update to 1.7.3., Julien Lepiller, 2020/10/12
- [bug#43745] [PATCH 04/27] gnu: ocaml-migrate-parsetree: Update to 1.7.3., zimoun, 2020/10/13
- [bug#43745] [PATCH 04/27] gnu: ocaml-migrate-parsetree: Update to 1.7.3., Julien Lepiller, 2020/10/13
- [bug#43745] [PATCH 04/27] gnu: ocaml-migrate-parsetree: Update to 1.7.3., zimoun, 2020/10/13
[bug#43745] [PATCH 12/27] gnu: ocaml4.07-merlin: Do not use deprecated jbuilder., Julien Lepiller, 2020/10/01