mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
lincity: mark broken on darwin
This commit is contained in:
parent
7606327ad3
commit
c178116289
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user