summary refs log tree commit diff
path: root/pkgs/games/spring
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/spring
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/spring')
-rw-r--r--pkgs/games/spring/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/spring/default.nix b/pkgs/games/spring/default.nix
index 634389d1410..40e97567d39 100644
--- a/pkgs/games/spring/default.nix
+++ b/pkgs/games/spring/default.nix
@@ -50,5 +50,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl2;
     maintainers = [ maintainers.phreedom maintainers.qknight maintainers.domenkozar ];
     platforms = platforms.linux;
+    broken = true;
   };
 }