coq: build and install the votour utility
This commit is contained in:
parent
da68cc24f0
commit
b840da02cd
1 changed files with 5 additions and 1 deletions
|
@ -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…
Reference in a new issue