From e7be6e0d00ad6e25350ba70c2c8138d43482aab7 Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Tue, 24 Jul 2018 10:00:12 -0700 Subject: arena: fix more evaluation blockers --- pkgs/games/arena/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/games') diff --git a/pkgs/games/arena/default.nix b/pkgs/games/arena/default.nix index c682ea4626bf..460fc049c7bf 100644 --- a/pkgs/games/arena/default.nix +++ b/pkgs/games/arena/default.nix @@ -58,8 +58,8 @@ stdenv.mkDerivation rec { dontStrip = true; meta = { - synopsis = "Chess GUI for analyzing with and playing against various engines"; - description = '' + description = "Chess GUI for analyzing with and playing against various engines"; + longDescription = '' 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 on Linux or Windows. Arena is compatible to Winboard protocol I, II and -- cgit 1.4.1