diff options
author | Julien Lepiller <julien@lepiller.eu> | 2020-09-30 22:23:19 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2020-10-15 18:00:18 +0200 |
commit | 32fd3e9c0b2168753d4bba2464c60c40311bb3f4 (patch) | |
tree | f614f143cc5915cfc05e492f7b201c0c1ffd85ab | |
parent | 0f1362f049a129c0e0f2ee27dfd1a14287452a4c (diff) | |
download | guix-32fd3e9c0b2168753d4bba2464c60c40311bb3f4.tar guix-32fd3e9c0b2168753d4bba2464c60c40311bb3f4.tar.gz |
gnu: ocaml-tyxml: Do not use deprecated jbuilder.
* gnu/packages/ocaml.scm (ocaml-tyxml): Remove #:jbuild argument.
-rw-r--r-- | gnu/packages/ocaml.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |