v8_8_x: mark broken with GCC 12
This commit is contained in:
@@ -167,5 +167,6 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = with maintainers; [ cstrahan proglodyte matthewbauer ];
|
maintainers = with maintainers; [ cstrahan proglodyte matthewbauer ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
|
broken = lib.versionAtLeast stdenv.cc.version "12";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user