From ffd9e6a6ae57666420b94edf47d7f55450c0e955 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Wed, 2 Sep 2015 14:35:31 -0700 Subject: [PATCH] gnash: Mark as broken We should weed out any last users of this dying project and hopefully remove it at some juncture in the future if no one steps up to maintain it. --- pkgs/applications/video/gnash/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/video/gnash/default.nix b/pkgs/applications/video/gnash/default.nix index fc773211f69..5a170047e8f 100644 --- a/pkgs/applications/video/gnash/default.nix +++ b/pkgs/applications/video/gnash/default.nix @@ -117,5 +117,6 @@ stdenv.mkDerivation rec { maintainers = [ ]; platforms = stdenv.lib.platforms.gnu; + broken = true; }; } // {mozillaPlugin = "/plugins";}