ocamlPackages.ppx_tools_versioned: use Dune 3

This commit is contained in:
Vincent Laporte 2023-04-09 07:08:15 +02:00 committed by Vincent Laporte
parent 016a65fde0
commit c8c0901412

View File

@ -4,7 +4,7 @@ buildDunePackage rec {
pname = "ppx_tools_versioned";
version = "5.4.0";
useDune2 = true;
duneVersion = "3";
src = fetchFromGitHub {
owner = "ocaml-ppx";