guix-commits
[Top][All Lists]
Advanced

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

10/26: gnu: ocaml4.07-zed: Do not use deprecated jbuilder.


From: guix-commits
Subject: 10/26: gnu: ocaml4.07-zed: 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 0a8eb6850d8447f737724c36decedfedc28e3024
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Wed Sep 30 21:56:54 2020 +0200

    gnu: ocaml4.07-zed: Do not use deprecated jbuilder.
    
    * gnu/packages/ocaml.scm (ocaml4.07-zed): 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 5aa95bf..bad7555 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3146,8 +3146,7 @@ function that follows the prototype of POSIX's wcwidth.")
         (base32 "0pa9awinqr0plp4b2az78dwpvh01pwaljnn5ydg8mc6hi7rmir55"))))
     (build-system dune-build-system)
     (arguments
-     `(#:jbuild? #t
-       #:test-target "."
+     `(#:test-target "."
        #:ocaml ,ocaml-4.07
        #:findlib ,ocaml4.07-findlib))
     (propagated-inputs



reply via email to

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