flashplayer-standalone: mark broken

This commit is contained in:
taku0 2019-01-10 19:49:22 +09:00
parent 9f1ff9976f
commit a019087ef4

View File

@ -99,5 +99,7 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.unfree;
maintainers = [];
platforms = [ "x86_64-linux" ];
# Application crashed with an unhandled SIGSEGV
broken = true;
};
}