ocamlPackages.macaddr-{cstruct,sexp}: use Dune 2

This commit is contained in:
Vincent Laporte 2020-11-19 07:36:30 +01:00 committed by Vincent Laporte
parent e1fe267f09
commit ca737449c4
2 changed files with 4 additions and 0 deletions

View file

@ -7,6 +7,8 @@ buildDunePackage {
inherit (macaddr) version src minimumOCamlVersion;
useDune2 = true;
propagatedBuildInputs = [ macaddr cstruct ];
doCheck = true;

View file

@ -7,6 +7,8 @@ buildDunePackage {
inherit (macaddr) version src minimumOCamlVersion;
useDune2 = true;
propagatedBuildInputs = [ ppx_sexp_conv ];
checkInputs = [ macaddr-cstruct ounit ];