arena: fix more evaluation blockers
This commit is contained in:
parent
bc52706a04
commit
e7be6e0d00
|
@ -58,8 +58,8 @@ stdenv.mkDerivation rec {
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
synopsis = "Chess GUI for analyzing with and playing against various engines";
|
description = "Chess GUI for analyzing with and playing against various engines";
|
||||||
description = ''
|
longDescription = ''
|
||||||
A free Graphical User Interface (GUI) for chess. Arena assists you in
|
A free Graphical User Interface (GUI) for chess. Arena assists you in
|
||||||
analyzing and playing games as well as in testing chess engines. It runs
|
analyzing and playing games as well as in testing chess engines. It runs
|
||||||
on Linux or Windows. Arena is compatible to Winboard protocol I, II and
|
on Linux or Windows. Arena is compatible to Winboard protocol I, II and
|
||||||
|
|
Loading…
Reference in New Issue