diff options
author | Julien Lepiller <julien@lepiller.eu> | 2020-09-30 21:48:53 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2020-10-15 17:59:56 +0200 |
commit | 8ff5f39a9fe3c36df4c39e1b127641742867f07b (patch) | |
tree | 8d066ebf8abb00e6673e1c648c839e69d416f078 | |
parent | 2d00625f24687699cdb18331e0f4816cead20d46 (diff) |
gnu: ocaml-easy-format: Do not use deprecated jbuilder.
* gnu/packages/ocaml.scm (ocaml-easy-format): Remove #:jbuild argument.
-rw-r--r-- | gnu/packages/ocaml.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 13c31ef939..5aa95bf569 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 |