Loading pkgs/by-name/cc/cccc/package.nix +3 −1 Original line number Diff line number Diff line Loading @@ -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; }; } Loading
pkgs/by-name/cc/cccc/package.nix +3 −1 Original line number Diff line number Diff line Loading @@ -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; }; }