summary refs log tree commit diff
path: root/pkgs/games/chessx
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-05-09 09:39:54 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-05-09 10:01:49 -0500
commit19ea08af79638885512d6745b04a5041b586ae8d (patch)
treed4674b8fd33e24b53f2f18fe14b2339429f4e285 /pkgs/games/chessx
parent5b73e2b8c8ef065b519c0e5c2cdfd448dfa41830 (diff)
downloadnixpkgs-19ea08af79638885512d6745b04a5041b586ae8d.tar
nixpkgs-19ea08af79638885512d6745b04a5041b586ae8d.tar.gz
nixpkgs-19ea08af79638885512d6745b04a5041b586ae8d.tar.bz2
nixpkgs-19ea08af79638885512d6745b04a5041b586ae8d.tar.lz
nixpkgs-19ea08af79638885512d6745b04a5041b586ae8d.tar.xz
nixpkgs-19ea08af79638885512d6745b04a5041b586ae8d.tar.zst
nixpkgs-19ea08af79638885512d6745b04a5041b586ae8d.zip
chessx: mark broken
Diffstat (limited to 'pkgs/games/chessx')
-rw-r--r--pkgs/games/chessx/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/chessx/default.nix b/pkgs/games/chessx/default.nix
index 63a1adb7155..345840af249 100644
--- a/pkgs/games/chessx/default.nix
+++ b/pkgs/games/chessx/default.nix
@@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
     description = "ChessX allows you to browse and analyse chess games";
     license = licenses.gpl2;
     maintainers = [maintainers.luispedro];
+    broken = true;
   };
 }