Why3: build also the Coq tactic.

This commit is contained in:
Vincent Laporte 2015-01-26 18:32:11 +01:00
parent 78980ea300
commit 58297aa1e7

View File

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
};
buildInputs = with ocamlPackages;
[ coq ocaml findlib lablgtk ocamlgraph zarith ];
[ coq coq.camlp5 ocaml findlib lablgtk ocamlgraph zarith ];
meta = with stdenv.lib; {
description = "A platform for deductive program verification";