From a019087ef483c6b96f237447f9887029316d9813 Mon Sep 17 00:00:00 2001 From: taku0 Date: Thu, 10 Jan 2019 19:49:22 +0900 Subject: [PATCH] flashplayer-standalone: mark broken --- .../browsers/mozilla-plugins/flashplayer/standalone.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix b/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix index 63708934fee..81553a74e9f 100644 --- a/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix +++ b/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix @@ -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; }; }