ocamlPackages.opam-core: use Dune 2
This commit is contained in:
parent
58e5d62b62
commit
1a7a395a6f
|
@ -6,6 +6,8 @@ buildDunePackage rec {
|
||||||
|
|
||||||
inherit (opam) src version;
|
inherit (opam) src version;
|
||||||
|
|
||||||
|
useDune2 = true;
|
||||||
|
|
||||||
nativeBuildInputs = [ unzip cppo ];
|
nativeBuildInputs = [ unzip cppo ];
|
||||||
propagatedBuildInputs = [ ocamlgraph re ];
|
propagatedBuildInputs = [ ocamlgraph re ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue