Merge pull request #174337 from SuperSandro2000/lincity
lincity: mark broken on darwin
This commit is contained in:
commit
b87709307e
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue