coqPackages_8_13.smtcoq: fix build by using older make

This commit is contained in:
Vincent Laporte 2023-01-10 10:52:51 +01:00 committed by Vincent Laporte
parent 670a782340
commit 290df59e84

View file

@ -29,7 +29,7 @@ mkCoqDerivation {
propagatedBuildInputs = [ trakt cvc4 veriT' zchaff ] ++ (with coq.ocamlPackages; [ num zarith ]);
mlPlugin = true;
nativeBuildInputs = with coq.ocamlPackages; [ ocamlbuild ];
nativeBuildInputs = (with pkgs; [ gnumake42 ]) ++ (with coq.ocamlPackages; [ ocamlbuild ]);
# This is meant to ease future troubleshooting of cvc4 build failures
passthru = { inherit cvc4; };