summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-03-29 06:31:56 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2023-03-29 06:31:56 +0200
commit08eb326add9778c5eb88268ed20e6d1cab43f896 (patch)
tree270041144feeeb374497dce6a13af1eda9848c76 /pkgs/development/tools/ocaml
parent777a7125e8463950d202d6162d26016bcd43f81c (diff)
ocamlPackages.ocamlformat: use Dune 3
Diffstat (limited to 'pkgs/development/tools/ocaml')
-rw-r--r--pkgs/development/tools/ocaml/ocamlformat/generic.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/pkgs/development/tools/ocaml/ocamlformat/generic.nix b/pkgs/development/tools/ocaml/ocamlformat/generic.nix
index 325ab8227b72c..4ed53aad3789c 100644
--- a/pkgs/development/tools/ocaml/ocamlformat/generic.nix
+++ b/pkgs/development/tools/ocaml/ocamlformat/generic.nix
@@ -26,11 +26,8 @@ buildDunePackage {
   pname = "ocamlformat";
   inherit src version;
 
-  minimumOCamlVersion = "4.08";
-
-  useDune2 = true;
-
-  strictDeps = true;
+  minimalOCamlVersion = "4.08";
+  duneVersion = "3";
 
   nativeBuildInputs = [
     menhir