about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-05-02 06:08:48 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2023-05-02 16:25:04 +0200
commit54a741dd5956c3c5c0fbb2c814f9fadf013ee19d (patch)
tree84304d2768b53344e80f966588b3162e2e1afbcb
parentc7cea919e720b19d3bbbe66d8bb761fbdeb4ef87 (diff)
ocamlPackages.ocamlformat-rpc-lib: use Dune 3
-rw-r--r--pkgs/development/ocaml-modules/ocamlformat-rpc-lib/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/ocamlformat-rpc-lib/default.nix b/pkgs/development/ocaml-modules/ocamlformat-rpc-lib/default.nix
index e3582cbed1d1d..81328dc78df62 100644
--- a/pkgs/development/ocaml-modules/ocamlformat-rpc-lib/default.nix
+++ b/pkgs/development/ocaml-modules/ocamlformat-rpc-lib/default.nix
@@ -21,8 +21,8 @@ buildDunePackage rec {
     inherit (source) sha256;
   };
 
-  minimumOCamlVersion = "4.08";
-  useDune2 = true;
+  minimalOCamlVersion = "4.08";
+  duneVersion = "3";
 
   propagatedBuildInputs = [ csexp sexplib0 ];