guix-commits
[Top][All Lists]
Advanced

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

09/26: gnu: ocaml-easy-format: Do not use deprecated jbuilder.


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

roptat pushed a commit to branch master
in repository guix.

commit 8ff5f39a9fe3c36df4c39e1b127641742867f07b
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Wed Sep 30 21:48:53 2020 +0200

    gnu: ocaml-easy-format: Do not use deprecated jbuilder.
    
    * gnu/packages/ocaml.scm (ocaml-easy-format): 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 13c31ef..5aa95bf 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2817,7 +2817,7 @@ JSON.")
                 "1fc95q2ypck6m6rv3kiawwilh5ac93v2hcp823mj608d5kj79xkb"))))
     (build-system dune-build-system)
     (arguments
-     `(#:jbuild? #t
+     `(#:package "easy-format"
        #:phases
        (modify-phases %standard-phases
          (add-before 'build 'make-writable



reply via email to

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