guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/26: gnu: ocaml-tyxml: Do not use deprecated jbuilder.


From: guix-commits
Subject: 15/26: gnu: ocaml-tyxml: Do not use deprecated jbuilder.
Date: Thu, 15 Oct 2020 12:02:08 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 32fd3e9c0b2168753d4bba2464c60c40311bb3f4
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Wed Sep 30 22:23:19 2020 +0200

    gnu: ocaml-tyxml: Do not use deprecated jbuilder.
    
    * 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 3910f5c..aa9230c 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



reply via email to

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