From 0a8eb6850d8447f737724c36decedfedc28e3024 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Wed, 30 Sep 2020 21:56:54 +0200 Subject: 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(-) (limited to 'gnu') diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 5aa95bf569..bad755516d 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -3146,8 +3146,7 @@ (define-public ocaml4.07-zed (base32 "0pa9awinqr0plp4b2az78dwpvh01pwaljnn5ydg8mc6hi7rmir55")))) (build-system dune-build-system) (arguments - `(#:jbuild? #t - #:test-target "." + `(#:test-target "." #:ocaml ,ocaml-4.07 #:findlib ,ocaml4.07-findlib)) (propagated-inputs -- cgit v1.2.3