cccc: mark for removal (gcc-15 build failure)

Fails to build on `master` as https://hydra.nixos.org/build/319888132.

As upstream did not update since 2006 let's mark
it broken for removal.
This commit is contained in:
Sergei Trofimovich
2026-01-25 13:24:21 +00:00
parent 9f399ebaf1
commit f5c6425046
+3 -1
View File
@@ -39,6 +39,8 @@ stdenv.mkDerivation rec {
platforms = lib.platforms.unix;
maintainers = [ ];
# The last successful Darwin Hydra build was in 2023
broken = stdenv.hostPlatform.isDarwin;
# On linux fails to build on gcc-15, needs porting to c23, but
# the upstream code did not update since 2006.
broken = true;
};
}