mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Why3: build also the Coq tactic.
This commit is contained in:
parent
78980ea300
commit
58297aa1e7
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with ocamlPackages;
|
buildInputs = with ocamlPackages;
|
||||||
[ coq ocaml findlib lablgtk ocamlgraph zarith ];
|
[ coq coq.camlp5 ocaml findlib lablgtk ocamlgraph zarith ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A platform for deductive program verification";
|
description = "A platform for deductive program verification";
|
||||||
|
|
Loading…
Reference in a new issue