mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
ocamlPackages.macaddr-{cstruct,sexp}: use Dune 2
This commit is contained in:
committed by
Vincent Laporte
parent
e1fe267f09
commit
ca737449c4
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user