ocamlPackages.cstruct-sexp: separate checkInputs
This commit is contained in:
parent
8e0d02c073
commit
942d312a69
@ -4,12 +4,12 @@ if !lib.versionAtLeast (cstruct.version or "1") "3"
|
|||||||
then cstruct
|
then cstruct
|
||||||
else
|
else
|
||||||
|
|
||||||
buildDunePackage {
|
buildDunePackage rec {
|
||||||
pname = "cstruct-sexp";
|
pname = "cstruct-sexp";
|
||||||
inherit (cstruct) version src meta;
|
inherit (cstruct) version src meta;
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
buildInputs = [ alcotest ];
|
checkInputs = lib.optional doCheck alcotest;
|
||||||
|
|
||||||
propagatedBuildInputs = [ cstruct sexplib ];
|
propagatedBuildInputs = [ cstruct sexplib ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user