From 58297aa1e7d16afadd00ba0d412d80f4567bb40d Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Mon, 26 Jan 2015 18:32:11 +0100 Subject: [PATCH] Why3: build also the Coq tactic. --- pkgs/applications/science/logic/why3/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/science/logic/why3/default.nix b/pkgs/applications/science/logic/why3/default.nix index 70149522393..228d1a7c4d4 100644 --- a/pkgs/applications/science/logic/why3/default.nix +++ b/pkgs/applications/science/logic/why3/default.nix @@ -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";