about summary refs log tree commit diff
path: root/pkgs/games/spring
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-03-11 23:53:56 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-03-17 22:55:07 +0100
commit28fd5b36ea5f31fe4ac97c7337fb9c5fc1da3131 (patch)
tree30bd9982ffa7989f66863ac589cf9d46b4e2d266 /pkgs/games/spring
parentc3c1358ca292fd836c30d8f1856968b512c9905e (diff)
spring: mark broken
Diffstat (limited to 'pkgs/games/spring')
-rw-r--r--pkgs/games/spring/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/games/spring/default.nix b/pkgs/games/spring/default.nix
index fe16a8a0403a0..fef1a0f092888 100644
--- a/pkgs/games/spring/default.nix
+++ b/pkgs/games/spring/default.nix
@@ -60,5 +60,7 @@ stdenv.mkDerivation rec {
     license = licenses.gpl2;
     maintainers = with maintainers; [ phreedom qknight domenkozar sorki ];
     platforms = platforms.linux;
+    # error: 'snprintf' was not declared in this scope
+    broken = true;
   };
 }