lib3270: mark broken on darwin

+1
+1
pkgs/by-name/li/lib3270/package.nix
··· 53 homepage = "https://github.com/PerryWerneck/lib3270"; 54 license = licenses.lgpl3Plus; 55 maintainers = [ maintainers.vifino ]; 56 }; 57 }
··· 53 homepage = "https://github.com/PerryWerneck/lib3270"; 54 license = licenses.lgpl3Plus; 55 maintainers = [ maintainers.vifino ]; 56 + broken = stdenv.hostPlatform.isDarwin; 57 }; 58 }