We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gcc-15
2 parents df3a6e6 + f5c6425 commit 19c30d3Copy full SHA for 19c30d3
pkgs/by-name/cc/cccc/package.nix
@@ -39,6 +39,8 @@ stdenv.mkDerivation rec {
39
platforms = lib.platforms.unix;
40
maintainers = [ ];
41
# The last successful Darwin Hydra build was in 2023
42
- broken = stdenv.hostPlatform.isDarwin;
+ # 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;
45
};
46
}
0 commit comments