mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: ocaml-tyxml: Do not use deprecated jbuilder.
* gnu/packages/ocaml.scm (ocaml-tyxml): Remove #:jbuild argument.
This commit is contained in:
parent
0f1362f049
commit
32fd3e9c0b
1 changed files with 1 additions and 1 deletions
|
@ -5370,7 +5370,7 @@ (define-public ocaml-tyxml
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue