summary refs log tree commit diff
path: root/pkgs/games/liquidwar
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2019-10-07 17:20:23 +0200
committerLinus Heckemann <git@sphalerite.org>2019-10-08 17:14:26 +0200
commit5aa4b1994629ed0701b8b6d6e094da9d7d912721 (patch)
treecf3257492ae0f2b63ef0a0a9d1528969708cb166 /pkgs/games/liquidwar
parentcfcc9757982a08a1ed47576fac3428ec159da8c7 (diff)
downloadnixpkgs-5aa4b1994629ed0701b8b6d6e094da9d7d912721.tar
nixpkgs-5aa4b1994629ed0701b8b6d6e094da9d7d912721.tar.gz
nixpkgs-5aa4b1994629ed0701b8b6d6e094da9d7d912721.tar.bz2
nixpkgs-5aa4b1994629ed0701b8b6d6e094da9d7d912721.tar.lz
nixpkgs-5aa4b1994629ed0701b8b6d6e094da9d7d912721.tar.xz
nixpkgs-5aa4b1994629ed0701b8b6d6e094da9d7d912721.tar.zst
nixpkgs-5aa4b1994629ed0701b8b6d6e094da9d7d912721.zip
treewide: mark some broken packages as broken
Refs:
e6754980264fe927320d5ff2dbd24ca4fac9a160
1e9cc5b9844ef603fe160e9f671178f96200774f
793a2fe1e8bb886ca2096c5904e1193dc3268b6d
c19cf65261639f749012454932a532aa7c681e4b
f6544d618f30fae0bc4798c4387a8c7c9c047a7c
Diffstat (limited to 'pkgs/games/liquidwar')
-rw-r--r--pkgs/games/liquidwar/5.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/liquidwar/5.nix b/pkgs/games/liquidwar/5.nix
index a4bd39f9998..5c42b8ecaab 100644
--- a/pkgs/games/liquidwar/5.nix
+++ b/pkgs/games/liquidwar/5.nix
@@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
     maintainers = [ maintainers.raskin ];
     license = licenses.gpl2Plus;
     platforms = platforms.linux;
+    broken = true;
   };
 }