Unverified Commit e6c480ba authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

xbase: mark `broken` for removal (#425347)

parents e8e22b2a e2fe34c7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
    homepage = "https://sourceforge.net/projects/xdb/";
    description = "C++ class library formerly known as XDB";
    platforms = platforms.linux;
    broken = true; # Fails to build against gcc-14, no upstream activity.
    license = licenses.lgpl2;
  };
}