From c17811628972327357e717988c85aeff0a1e95de Mon Sep 17 00:00:00 2001 From: Sandro Date: Wed, 25 May 2022 00:45:59 +0200 Subject: [PATCH] lincity: mark broken on darwin --- pkgs/games/lincity/default.nix | 3 +++ 1 file changed, 3 insertions(+) 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; }; }