guix-patches
[Top][All Lists]
Advanced

[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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]