Merge pull request #174337 from SuperSandro2000/lincity

lincity: mark broken on darwin
This commit is contained in:
Sandro 2022-05-25 18:14:39 +02:00 committed by GitHub
commit b87709307e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
};
}