ocamlPackages.ppx_tools: enable for OCaml 5 & use dune 3

This commit is contained in:
Vincent Laporte 2022-12-24 00:23:46 +01:00 committed by Vincent Laporte
parent 9269a0e153
commit b2e47ddd5c

View file

@ -34,6 +34,7 @@ let param =
"4.12" = v6_6;
"4.13" = v6_6;
"4.14" = v6_6;
"5.0" = v6_6;
}.${ocaml.meta.branch};
in
@ -56,6 +57,7 @@ then
buildDunePackage {
inherit pname src meta;
inherit (param) version buildInputs nativeBuildInputs;
duneVersion = "3";
strictDeps = true;
}