ocamlPackages.*: use spaces for indentation
This commit is contained in:
@@ -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 ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user