coqPackages_8_13.smtcoq: fix build by using older make
This commit is contained in:
parent
670a782340
commit
290df59e84
1 changed files with 1 additions and 1 deletions
|
@ -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; };
|
||||
|
|
Loading…
Reference in a new issue