coq: build and install the votour utility

This commit is contained in:
Vincent Laporte
2016-11-02 19:23:15 +01:00
parent da68cc24f0
commit b840da02cd
+5 -1
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";