Skip to content

Commit 19c30d3

Browse files
cccc: mark for removal (gcc-15 build failure) (#483637)
2 parents df3a6e6 + f5c6425 commit 19c30d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkgs/by-name/cc/cccc/package.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ stdenv.mkDerivation rec {
3939
platforms = lib.platforms.unix;
4040
maintainers = [ ];
4141
# The last successful Darwin Hydra build was in 2023
42-
broken = stdenv.hostPlatform.isDarwin;
42+
# On linux fails to build on gcc-15, needs porting to c23, but
43+
# the upstream code did not update since 2006.
44+
broken = true;
4345
};
4446
}

0 commit comments

Comments
 (0)