about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2019-01-22 15:47:29 +0100
committerMichael Raskin <7c6f434c@mail.ru>2019-01-22 15:47:58 +0100
commitb7d4a356be49501ea046b28db28dc2807f5fccdb (patch)
treec28dd0d6976723b8a56ec85d25129b0e0e90031b /pkgs
parent120ce2f399c9e3aa67185b531fe9ff987df3f00f (diff)
flashplayer-standalone: unmark broken, works here; keep the comment
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix b/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix
index 81553a74e9f4e..b6ea06fc113fb 100644
--- a/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix
+++ b/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix
@@ -100,6 +100,7 @@ stdenv.mkDerivation rec {
     maintainers = [];
     platforms = [ "x86_64-linux" ];
     # Application crashed with an unhandled SIGSEGV
-    broken = true;
+    # Not on all systems, though. Video driver problem?
+    broken = false;
   };
 }