ocamlPackages.gen: fix cross

This commit is contained in:
Guillaume Girol 2021-08-14 12:00:00 +00:00
parent 4c0020beab
commit fc3806b422

View file

@ -12,7 +12,9 @@ stdenv.mkDerivation {
sha256 = "14b8vg914nb0yp1hgxzm29bg692m0gqncjj43b599s98s1cwl92h";
};
buildInputs = [ ocaml findlib ocamlbuild qtest ounit ];
nativeBuildInputs = [ ocaml findlib ocamlbuild ];
buildInputs = [ qtest ounit ];
strictDeps = true;
configureFlags = [
"--enable-tests"