diff options
author | Julien Lepiller <julien@lepiller.eu> | 2020-09-30 21:56:54 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2020-10-15 18:00:01 +0200 |
commit | 0a8eb6850d8447f737724c36decedfedc28e3024 (patch) | |
tree | 1af5561abad46b34a4525cdc93d0344553b940c4 | |
parent | 8ff5f39a9fe3c36df4c39e1b127641742867f07b (diff) |
gnu: ocaml4.07-zed: Do not use deprecated jbuilder.
* gnu/packages/ocaml.scm (ocaml4.07-zed): Remove #:jbuild argument.
-rw-r--r-- | gnu/packages/ocaml.scm | 3 |
1 files changed, 1 insertions, 2 deletions
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 @@ 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 |