phpPackages.v8: mark broken

This commit is contained in:
Izorkin 2019-04-20 17:13:56 +03:00
parent fb0f967d75
commit 4ae3ce9b42

View File

@ -433,6 +433,7 @@ let
buildInputs = [ pkgs.v8_6_x ];
configureFlags = [ "--with-v8=${pkgs.v8_6_x}" ];
meta.broken = true;
};
v8js = assert !isPhp73; buildPecl rec {