From 19ea08af79638885512d6745b04a5041b586ae8d Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Mon, 9 May 2016 09:39:54 -0500 Subject: [PATCH] chessx: mark broken --- pkgs/games/chessx/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/games/chessx/default.nix b/pkgs/games/chessx/default.nix index 63a1adb7155..345840af249 100644 --- a/pkgs/games/chessx/default.nix +++ b/pkgs/games/chessx/default.nix @@ -30,5 +30,6 @@ stdenv.mkDerivation rec { description = "ChessX allows you to browse and analyse chess games"; license = licenses.gpl2; maintainers = [maintainers.luispedro]; + broken = true; }; }