starspace: mark broken

THe build fails against `zlib-1.3` in `master` as
https://hydra.nixos.org/build/249158742:

3rdparty/zlib.h:1468:32: error: expected initializer before 'Z_ARG'
1468 | ZEXTERN int ZEXPORTVA gzprintf Z_ARG((gzFile file, const char *format, ...));
| ^~~~~

The upstream repository did not see updates for past 5 years and is
archived. Let's schedule it for removal.

+3
+3
pkgs/applications/science/machine-learning/starspace/default.nix
··· 28 28 ''; 29 29 30 30 meta = with lib; { 31 + # Does not build against gcc-13. No development activity upstream 32 + # for past few years. 33 + broken = true; 31 34 description = "General-purpose neural model for efficient learning of entity embeddings"; 32 35 homepage = "https://ai.facebook.com/tools/starspace/"; 33 36 license = licenses.mit;