about summary refs log tree commit diff
path: root/pkgs/applications
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
parent57dc088f9e65419a98fd69fb85e5aa3cb3f7a3a1 (diff)
downloadnixlib-ffd9e6a6ae57666420b94edf47d7f55450c0e955.tar
nixlib-ffd9e6a6ae57666420b94edf47d7f55450c0e955.tar.gz
nixlib-ffd9e6a6ae57666420b94edf47d7f55450c0e955.tar.bz2
nixlib-ffd9e6a6ae57666420b94edf47d7f55450c0e955.tar.lz
nixlib-ffd9e6a6ae57666420b94edf47d7f55450c0e955.tar.xz
nixlib-ffd9e6a6ae57666420b94edf47d7f55450c0e955.tar.zst
nixlib-ffd9e6a6ae57666420b94edf47d7f55450c0e955.zip
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')
-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 fc773211f69b..5a170047e8fc 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";}