coq: build and install the votour utility
This commit is contained in:
parent
da68cc24f0
commit
b840da02cd
@ -57,7 +57,11 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
prefixKey = "-prefix ";
|
prefixKey = "-prefix ";
|
||||||
|
|
||||||
buildFlags = "revision coq coqide";
|
buildFlags = "revision coq coqide bin/votour";
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
cp bin/votour $out/bin/
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Coq proof assistant";
|
description = "Coq proof assistant";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user