diff --git a/pkgs/games/lincity/default.nix b/pkgs/games/lincity/default.nix index 389592bfa48..c2ce8f3d82b 100644 --- a/pkgs/games/lincity/default.nix +++ b/pkgs/games/lincity/default.nix @@ -35,5 +35,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; }; }