summary refs log tree commit diff
path: root/pkgs/games/odamex
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2017-09-28 23:16:18 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2017-10-01 00:26:52 +0300
commit40ed22650737a444fee7883e69e852fd4b808133 (patch)
tree05b4cc21520d1fe93988de2a85ce0dbddbd0c8a2 /pkgs/games/odamex
parentbc3ddc9e6c30b71a74f47275b929fee96d93a06b (diff)
downloadnixpkgs-40ed22650737a444fee7883e69e852fd4b808133.tar
nixpkgs-40ed22650737a444fee7883e69e852fd4b808133.tar.gz
nixpkgs-40ed22650737a444fee7883e69e852fd4b808133.tar.bz2
nixpkgs-40ed22650737a444fee7883e69e852fd4b808133.tar.lz
nixpkgs-40ed22650737a444fee7883e69e852fd4b808133.tar.xz
nixpkgs-40ed22650737a444fee7883e69e852fd4b808133.tar.zst
nixpkgs-40ed22650737a444fee7883e69e852fd4b808133.zip
treewide: mark a bunch of failing builds as broken
(cherry picked from commit 23fdbaa37599f490435056b9865023870656571b)
[dezgeg: Un-mark shotcut, tokei & uchiwa that do build on master]
Diffstat (limited to 'pkgs/games/odamex')
-rw-r--r--pkgs/games/odamex/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/odamex/default.nix b/pkgs/games/odamex/default.nix
index ab2cd1090fb..44117166256 100644
--- a/pkgs/games/odamex/default.nix
+++ b/pkgs/games/odamex/default.nix
@@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
     license = stdenv.lib.licenses.gpl2;
     platforms = stdenv.lib.platforms.unix;
     maintainers = with stdenv.lib.maintainers; [ MP2E ];
+    broken = true;
   };
 }