tkgate-2.x: mark 'broken' because the application segfaults after startup

This commit is contained in:
Peter Simons 2014-04-25 10:04:30 +02:00
parent efae8ce543
commit 964f1e0e20

View File

@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
license = "GPLv2+";
maintainers = [ stdenv.lib.maintainers.simons ];
platforms = stdenv.lib.platforms.linux;
broken = true;
};
}