gnu: ocaml-tyxml: Do not use deprecated jbuilder.
* gnu/packages/ocaml.scm (ocaml-tyxml): Remove #:jbuild argument.master
parent
0f1362f049
commit
32fd3e9c0b
|
@ -5370,7 +5370,7 @@ stream, and convert everything to UTF-8.")
|
||||||
("ocaml-markup" ,ocaml-markup)))
|
("ocaml-markup" ,ocaml-markup)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ocaml-alcotest" ,ocaml-alcotest)))
|
`(("ocaml-alcotest" ,ocaml-alcotest)))
|
||||||
(arguments `(#:jbuild? #t))
|
(arguments `(#:package "tyxml"))
|
||||||
(home-page "https://github.com/ocsigen/tyxml/")
|
(home-page "https://github.com/ocsigen/tyxml/")
|
||||||
(synopsis "TyXML is a library for building correct HTML and SVG documents")
|
(synopsis "TyXML is a library for building correct HTML and SVG documents")
|
||||||
(description "TyXML provides a set of convenient combinators that uses the
|
(description "TyXML provides a set of convenient combinators that uses the
|
||||||
|
|
Reference in New Issue