guix-commits
[Top][All Lists]
Advanced

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

06/26: gnu: ocaml-qtest: Do not use deprecated jbuilder.


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

roptat pushed a commit to branch master
in repository guix.

commit a8a8547abfc8e4c87f5e0945a167e756a1c05be5
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Wed Sep 30 21:42:06 2020 +0200

    gnu: ocaml-qtest: Do not use deprecated jbuilder.
    
    * gnu/packages/ocaml.scm (ocaml-qtest): Remove #:jbuild argument.
---
 gnu/packages/ocaml.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 9ec9c82..97b5b26 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1213,8 +1213,7 @@ instances and printing them.")
                 "0gddzan4vzs0vklsxhirdjrvx3rp7hhh2yr20vi13nq8rwkn9w29"))))
     (build-system dune-build-system)
     (arguments
-     `(#:jbuild? #t
-       #:test-target "tests"))
+     `(#:test-target "tests"))
     (propagated-inputs
      `(("ounit" ,ocaml-ounit)
        ("qcheck" ,ocaml-qcheck)))



reply via email to

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