v8_8_x: mark broken with GCC 12

This commit is contained in:
Alyssa Ross 2023-02-11 19:06:16 +00:00
parent b5afd5924d
commit 519f9b3d29

View File

@ -167,5 +167,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ cstrahan proglodyte matthewbauer ];
platforms = platforms.unix;
license = licenses.bsd3;
broken = lib.versionAtLeast stdenv.cc.version "12";
};
}