summaryrefslogtreecommitdiffstats
path: root/pkgs/games/tremulous/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/tremulous/default.nix')
-rw-r--r--pkgs/games/tremulous/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/tremulous/default.nix b/pkgs/games/tremulous/default.nix
index bef4b63b0cc8..5c175be8af06 100644
--- a/pkgs/games/tremulous/default.nix
+++ b/pkgs/games/tremulous/default.nix
@@ -73,5 +73,6 @@ stdenv.mkDerivation rec {
license = [ "GPLv2" ]; # media under cc by-sa 2.5
maintainers = with stdenv.lib.maintainers; [ astsmtl ];
platforms = with stdenv.lib.platforms; linux;
+ broken = true;
};
}