ocamlPackages.*: use spaces for indentation

This commit is contained in:
zowoq
2021-01-21 10:24:35 +10:00
parent 569987c1be
commit 8488ebab05
34 changed files with 429 additions and 430 deletions

View File

@@ -5,10 +5,10 @@ then cstruct
else
buildDunePackage {
pname = "cstruct-lwt";
inherit (cstruct) version src useDune2 meta;
pname = "cstruct-lwt";
inherit (cstruct) version src useDune2 meta;
minimumOCamlVersion = "4.02";
propagatedBuildInputs = [ cstruct lwt ];
propagatedBuildInputs = [ cstruct lwt ];
}

View File

@@ -5,10 +5,10 @@ then cstruct
else
buildDunePackage {
pname = "ppx_cstruct";
inherit (cstruct) version src useDune2 meta;
pname = "ppx_cstruct";
inherit (cstruct) version src useDune2 meta;
minimumOCamlVersion = "4.03";
minimumOCamlVersion = "4.03";
propagatedBuildInputs = [ cstruct ppx_tools_versioned ppxlib sexplib ];
propagatedBuildInputs = [ cstruct ppx_tools_versioned ppxlib sexplib ];
}

View File

@@ -5,12 +5,11 @@ then cstruct
else
buildDunePackage rec {
pname = "cstruct-sexp";
inherit (cstruct) version src useDune2 meta;
pname = "cstruct-sexp";
inherit (cstruct) version src useDune2 meta;
doCheck = lib.versionAtLeast ocaml.version "4.03";
checkInputs = lib.optional doCheck alcotest;
doCheck = lib.versionAtLeast ocaml.version "4.03";
checkInputs = lib.optional doCheck alcotest;
propagatedBuildInputs = [ cstruct sexplib ];
propagatedBuildInputs = [ cstruct sexplib ];
}

View File

@@ -5,10 +5,10 @@ then cstruct
else
buildDunePackage {
pname = "cstruct-unix";
inherit (cstruct) version src useDune2 meta;
pname = "cstruct-unix";
inherit (cstruct) version src useDune2 meta;
minimumOCamlVersion = "4.06";
minimumOCamlVersion = "4.06";
propagatedBuildInputs = [ cstruct ];
propagatedBuildInputs = [ cstruct ];
}