coq: build and install the votour utility
This commit is contained in:
parent
da68cc24f0
commit
b840da02cd
@ -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 New Issue
Block a user