From 28fd5b36ea5f31fe4ac97c7337fb9c5fc1da3131 Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Thu, 11 Mar 2021 23:53:56 +0100 Subject: spring: mark broken --- pkgs/games/spring/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/games/spring') 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; }; } -- cgit 1.4.1