ocamlPackages.batteries: set strictDeps
This commit is contained in:
parent
dcfdd9d8da
commit
74beb55f91
1 changed files with 3 additions and 2 deletions
|
@ -18,10 +18,11 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [ ocaml findlib ocamlbuild ];
|
||||
checkInputs = [ qtest qcheck ];
|
||||
nativeCheckInputs = [ qtest ];
|
||||
checkInputs = [ qcheck ];
|
||||
propagatedBuildInputs = [ camlp-streams num ];
|
||||
|
||||
strictDeps = !doCheck;
|
||||
strictDeps = true;
|
||||
|
||||
inherit doCheck;
|
||||
checkTarget = "test";
|
||||
|
|
Loading…
Reference in a new issue