ocamlPackages.opam-core: use Dune 2

master
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
1 changed files with 2 additions and 0 deletions

View File

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