about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-03-18 13:43:53 +0100
committerGitHub <noreply@github.com>2021-03-18 13:43:53 +0100
commit779428586c8be2e877ec9a9d9d6799d4340938b1 (patch)
tree076b9fc36636c9d1ebbbeef3be172eea96b521fd /pkgs/games
parent5564ef775d18c57302f4a5941fa24932bf80ab86 (diff)
parent748c446969ccb163c92cf5657a486b1bd26cb495 (diff)
Merge pull request #116535 from SuperSandro2000/fix-collection27
Diffstat (limited to 'pkgs/games')
-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;
   };
 }