ocamlPackages.opam-repository: use dune 2

This commit is contained in:
sternenseemann
2020-12-06 18:45:32 +01:00
committed by Vincent Laporte
parent 04cbb60e62
commit 69e614e77f

View File

@@ -5,6 +5,8 @@ buildDunePackage rec {
minimumOCamlVersion = "4.02";
useDune2 = true;
inherit (opam-format) src version;
patches = [ ./download-tool.patch ];