guix-commits
[Top][All Lists]
Advanced

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

12/26: gnu: ocaml4.07-merlin: Do not use deprecated jbuilder.


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

roptat pushed a commit to branch master
in repository guix.

commit 1f4b40227c62467bfaf91309ffc1eeca4a222ede
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Wed Sep 30 22:15:42 2020 +0200

    gnu: ocaml4.07-merlin: Do not use deprecated jbuilder.
    
    * gnu/packages/ocaml.scm (ocaml4.07-merlin): 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 50bfc10..0515dc0 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3761,7 +3761,7 @@ format}.  @code{craml} is released as a single binary 
(called @code{craml}).")
     (native-inputs
      `(("ocaml-findlib" ,ocaml-findlib)))
     (arguments
-     `(#:jbuild? #t
+     `(#:package "merlin"
        #:tests? #f ;; Errors in tests in version 3.2.2
        #:ocaml ,ocaml-4.07
        #:findlib ,ocaml4.07-findlib))



reply via email to

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