v8: Mark as broken on Darwin (#172943)

This commit is contained in:
Yuriy Taraday 2022-05-14 03:21:39 +03:00 committed by GitHub
parent ed014c27f4
commit be2ceab96f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -165,5 +165,7 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ cstrahan proglodyte matthewbauer ];
platforms = platforms.unix;
license = licenses.bsd3;
# Fails to build on Darwin, see https://github.com/NixOS/nixpkgs/issues/158076
broken = stdenv.isDarwin;
};
}