Skip to content
Snippets Groups Projects
Commit 442b0841 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[nix] added cvc4 to wp-proofs config

parent ca081f74
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@
{ lib
, alt-ergo
, cvc4
, clang
, frama-c
, perl
......@@ -60,7 +61,7 @@ stdenvNoCC.mkDerivation {
yq
which
] ++
(if has-wp-proofs then [ alt-ergo ] else []);
(if has-wp-proofs then [ alt-ergo cvc4 ] else []);
postPatch = ''
patchShebangs .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment