Skip to content

Commit f5c6425

Browse files
committed
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.
1 parent 9f399eb commit f5c6425

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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)