chessx: mark broken

This commit is contained in:
Thomas Tuegel 2016-05-09 09:39:54 -05:00
parent 5b73e2b8c8
commit 19ea08af79

View file

@ -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;
};
}