Unverified Commit 19c30d34 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

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

parents df3a6e6d f5c64250
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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;
  };
}