ocamlPackages.dns: use Dune 2

This commit is contained in:
Vincent Laporte
2020-11-19 07:12:06 +01:00
committed by Vincent Laporte
parent 12de08a7e2
commit b99a5b810d
@@ -6,6 +6,7 @@ buildDunePackage rec {
pname = "dns";
version = "4.6.2";
useDune2 = true;
minimumOCamlVersion = "4.07";
src = fetchurl {