coq: build and install the votour utility

This commit is contained in:
Vincent Laporte 2016-10-27 21:09:59 +02:00
parent da68cc24f0
commit b840da02cd

View File

@ -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";