ocamlPackages.macaddr-{cstruct,sexp}: use Dune 2
This commit is contained in:
parent
e1fe267f09
commit
ca737449c4
2 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,8 @@ buildDunePackage {
|
|||
|
||||
inherit (macaddr) version src minimumOCamlVersion;
|
||||
|
||||
useDune2 = true;
|
||||
|
||||
propagatedBuildInputs = [ macaddr cstruct ];
|
||||
|
||||
doCheck = true;
|
||||
|
|
|
@ -7,6 +7,8 @@ buildDunePackage {
|
|||
|
||||
inherit (macaddr) version src minimumOCamlVersion;
|
||||
|
||||
useDune2 = true;
|
||||
|
||||
propagatedBuildInputs = [ ppx_sexp_conv ];
|
||||
|
||||
checkInputs = [ macaddr-cstruct ounit ];
|
||||
|
|
Loading…
Reference in a new issue