mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-05 05:13:04 +00:00
v8_8_x: mark broken with GCC 12
This commit is contained in:
parent
b5afd5924d
commit
519f9b3d29
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user