diff --git a/pkgs/development/tools/ocaml/ocamlformat/generic.nix b/pkgs/development/tools/ocaml/ocamlformat/generic.nix index 325ab8227b72..4ed53aad3789 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