about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-09-02 14:35:31 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-09-02 14:35:33 -0700
commitffd9e6a6ae57666420b94edf47d7f55450c0e955 (patch)
tree4f73f282a5dc07b6b7b6aadbef389cba16a3f14c /pkgs/applications/video
parent57dc088f9e65419a98fd69fb85e5aa3cb3f7a3a1 (diff)
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.
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/gnash/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/video/gnash/default.nix b/pkgs/applications/video/gnash/default.nix
index fc773211f69bb..5a170047e8fce 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";}