ocamlPackages.ppx_tools_versioned: use dune 2
This commit is contained in:
parent
fbd59a3e2c
commit
a8be20b31c
@ -4,6 +4,8 @@ buildDunePackage rec {
|
|||||||
pname = "ppx_tools_versioned";
|
pname = "ppx_tools_versioned";
|
||||||
version = "5.4.0";
|
version = "5.4.0";
|
||||||
|
|
||||||
|
useDune2 = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ocaml-ppx";
|
owner = "ocaml-ppx";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
|
Loading…
Reference in New Issue
Block a user