summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/mozilla-plugins
diff options
context:
space:
mode:
authortaku0 <mxxouy6x3m_github@tatapa.org>2019-01-10 19:49:22 +0900
committertaku0 <mxxouy6x3m_github@tatapa.org>2019-01-10 19:49:22 +0900
commita019087ef483c6b96f237447f9887029316d9813 (patch)
tree5602a9c4fe0d59f53acb4c33fcf1e63b1386039b /pkgs/applications/networking/browsers/mozilla-plugins
parent9f1ff9976fa0452f87a21902b38cc2c28e307272 (diff)
downloadnixpkgs-a019087ef483c6b96f237447f9887029316d9813.tar
nixpkgs-a019087ef483c6b96f237447f9887029316d9813.tar.gz
nixpkgs-a019087ef483c6b96f237447f9887029316d9813.tar.bz2
nixpkgs-a019087ef483c6b96f237447f9887029316d9813.tar.lz
nixpkgs-a019087ef483c6b96f237447f9887029316d9813.tar.xz
nixpkgs-a019087ef483c6b96f237447f9887029316d9813.tar.zst
nixpkgs-a019087ef483c6b96f237447f9887029316d9813.zip
flashplayer-standalone: mark broken
Diffstat (limited to 'pkgs/applications/networking/browsers/mozilla-plugins')
-rw-r--r--pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix2
1 files changed, 2 insertions, 0 deletions
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;
   };
 }