lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Vincent Laporte and committed by
Vincent Laporte
ca737449 e1fe267f

+4
+2
pkgs/development/ocaml-modules/macaddr/cstruct.nix
··· 7 7 8 8 inherit (macaddr) version src minimumOCamlVersion; 9 9 10 + useDune2 = true; 11 + 10 12 propagatedBuildInputs = [ macaddr cstruct ]; 11 13 12 14 doCheck = true;
+2
pkgs/development/ocaml-modules/macaddr/sexp.nix
··· 7 7 8 8 inherit (macaddr) version src minimumOCamlVersion; 9 9 10 + useDune2 = true; 11 + 10 12 propagatedBuildInputs = [ ppx_sexp_conv ]; 11 13 12 14 checkInputs = [ macaddr-cstruct ounit ];