[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#43745] [PATCH 15/27] gnu: ocaml-tyxml: Do not use deprecated jbuild
From: |
Julien Lepiller |
Subject: |
[bug#43745] [PATCH 15/27] gnu: ocaml-tyxml: Do not use deprecated jbuilder. |
Date: |
Thu, 1 Oct 2020 15:41:21 +0200 |
* gnu/packages/ocaml.scm (ocaml-tyxml): Remove #:jbuild argument.
---
gnu/packages/ocaml.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 3910f5c20f..aa9230cd9e 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5370,7 +5370,7 @@ stream, and convert everything to UTF-8.")
("ocaml-markup" ,ocaml-markup)))
(native-inputs
`(("ocaml-alcotest" ,ocaml-alcotest)))
- (arguments `(#:jbuild? #t))
+ (arguments `(#:package "tyxml"))
(home-page "https://github.com/ocsigen/tyxml/")
(synopsis "TyXML is a library for building correct HTML and SVG documents")
(description "TyXML provides a set of convenient combinators that uses the
--
2.28.0
- [bug#43745] [PATCH 21/27] gnu: ocaml-alcotest: Update to 1.0.0., (continued)
- [bug#43745] [PATCH 16/27] gnu: Add ocaml-stdlib-shims., Julien Lepiller, 2020/10/01
- [bug#43745] [PATCH 20/27] gnu: ocaml-fmt: Update to 0.8.9., Julien Lepiller, 2020/10/01
- [bug#43745] [PATCH 23/27] gnu: Add ocaml-csexp., Julien Lepiller, 2020/10/01
- [bug#43745] [PATCH 15/27] gnu: ocaml-tyxml: Do not use deprecated jbuilder.,
Julien Lepiller <=
- [bug#43745] [PATCH 17/27] gnu: opam: Update to 2.0.7., Julien Lepiller, 2020/10/01
- [bug#43745] [PATCH 22/27] gnu: ocaml-result: Update to 1.5., Julien Lepiller, 2020/10/01
- [bug#43745] [PATCH 24/27] gnu: ocaml-compiler-libs: Build only with OCaml 4.07., Julien Lepiller, 2020/10/01
- [bug#43745] [PATCH 27/27] gnu: dune: Update to 2.7.1., Julien Lepiller, 2020/10/01