ocamlPackages.ppx_tools: use Dune 2

This commit is contained in:
Vincent Laporte 2021-01-31 14:16:01 +01:00
parent 8f1302995e
commit 3a76b7d9f5
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -4,7 +4,7 @@ let param =
let v6_3 = {
version = "6.3";
sha256 = "1skf4njvkifwx0qlsrc0jn891gvvcp5ryd6kkpx56hck7nnxv8x6";
useDune2 = lib.versionAtLeast ocaml.version "4.12";
useDune2 = true;
buildInputs = [cppo];
}; in
{