ocamlPackages.ipaddr: use Dune 2

This commit is contained in:
Vincent Laporte
2020-11-26 06:55:12 +01:00
committed by Vincent Laporte
parent 5cc1a81692
commit 4d47330bef
4 changed files with 5 additions and 3 deletions
@@ -6,6 +6,8 @@ buildDunePackage rec {
pname = "macaddr";
version = "5.0.1";
useDune2 = true;
minimumOCamlVersion = "4.04";
src = fetchurl {