coq: build and install the votour utility

wip/yesman
Vincent Laporte 8 years ago
parent da68cc24f0
commit b840da02cd
  1. 6
      pkgs/applications/science/logic/coq/8.5.nix

@ -57,7 +57,11 @@ stdenv.mkDerivation {
prefixKey = "-prefix ";
buildFlags = "revision coq coqide";
buildFlags = "revision coq coqide bin/votour";
postInstall = ''
cp bin/votour $out/bin/
'';
meta = with stdenv.lib; {
description = "Coq proof assistant";

Loading…
Cancel
Save