coqPackages.coq-elpi: disable OCaml warnings

This commit is contained in:
Vincent Laporte
2022-10-11 10:25:03 +02:00
committed by Vincent Laporte
parent 50ecf779c9
commit d451ea73dc

View File

@@ -53,6 +53,8 @@ in mkCoqDerivation {
release."1.6.0".sha256 = "0kf99i43mlf750fr7fric764mm495a53mg5kahnbp6zcjcxxrm0b";
releaseRev = v: "v${v}";
buildFlags = [ "OCAMLWARN=" ];
mlPlugin = true;
propagatedBuildInputs = [ elpi ];