diff --git a/pkgs/games/lincity/default.nix b/pkgs/games/lincity/default.nix index 397ca0cfe8e..057f78f26de 100644 --- a/pkgs/games/lincity/default.nix +++ b/pkgs/games/lincity/default.nix @@ -29,5 +29,8 @@ stdenv.mkDerivation rec { description = "City simulation game"; license = licenses.gpl2Plus; homepage = "https://sourceforge.net/projects/lincity"; + maintainers = with maintainers; [ ]; + # ../lcintl.h:14:10: fatal error: 'libintl.h' file not found + broken = stdenv.isDarwin; }; }