flashplayer-standalone: unmark broken, works here; keep the comment

This commit is contained in:
Michael Raskin 2019-01-22 15:47:29 +01:00
parent 120ce2f399
commit b7d4a356be

View File

@ -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;
};
}