ocamlPackages.opam-core: use Dune 2

This commit is contained in:
Vincent Laporte 2021-02-13 09:36:14 +01:00
parent 58e5d62b62
commit 1a7a395a6f
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -6,6 +6,8 @@ buildDunePackage rec {
inherit (opam) src version;
useDune2 = true;
nativeBuildInputs = [ unzip cppo ];
propagatedBuildInputs = [ ocamlgraph re ];