summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/games/lincity/default.nix3
1 files changed, 3 insertions, 0 deletions
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;
   };
 }