lol

xbase: mark `broken` for removal

Fails to build on `gcc-14` as https://hydra.nixos.org/build/300549105:

xbstring.cpp: In member function 'xbString& xbString::sprintf(const char*, ...)':
xbstring.cpp:297:3: error: 'va_start' was not declared in this scope
297 | va_start(ap, format);
| ^~~~~~~~
xbstring.cpp:314:3: error: 'va_end' was not declared in this scope
314 | va_end(ap);
| ^~~~~~

+1
+1
pkgs/by-name/xb/xbase/package.nix
··· 34 34 homepage = "https://sourceforge.net/projects/xdb/"; 35 35 description = "C++ class library formerly known as XDB"; 36 36 platforms = platforms.linux; 37 + broken = true; # Fails to build against gcc-14, no upstream activity. 37 38 license = licenses.lgpl2; 38 39 }; 39 40 }