kst: mark broken

This commit is contained in:
Thomas Tuegel 2016-05-08 16:21:33 -05:00
parent 2acf48f803
commit 6def68f548

View file

@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
platforms = platforms.all;
maintainers = [ maintainers.vbgl ];
broken = true;
};
}