ocamlPackages.opam-core: use Dune 2

This commit is contained in:
Vincent Laporte
2021-02-13 10:33:09 +01:00
parent 58e5d62b62
commit 1a7a395a6f
@@ -6,6 +6,8 @@ buildDunePackage rec {
inherit (opam) src version;
useDune2 = true;
nativeBuildInputs = [ unzip cppo ];
propagatedBuildInputs = [ ocamlgraph re ];