ocamlPackages.opam-format: use dune 2

This commit is contained in:
sternenseemann 2020-12-06 18:45:19 +01:00 committed by Vincent Laporte
parent 69e614e77f
commit 926a1b2094
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -3,6 +3,8 @@
buildDunePackage rec {
pname = "opam-format";
useDune2 = true;
inherit (opam-core) src version;
minimumOCamlVersion = "4.02.3";