From 19ea08af79638885512d6745b04a5041b586ae8d Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Mon, 9 May 2016 09:39:54 -0500 Subject: chessx: mark broken --- pkgs/games/chessx/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/games/chessx/default.nix') diff --git a/pkgs/games/chessx/default.nix b/pkgs/games/chessx/default.nix index 63a1adb7155a..345840af2493 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; }; } -- cgit 1.4.1