phpPackages.v8js: mark broken

This commit is contained in:
Izorkin 2019-04-20 17:14:17 +03:00
parent 4ae3ce9b42
commit c3d069ec26

View File

@ -444,6 +444,7 @@ let
buildInputs = [ pkgs.v8_6_x ];
configureFlags = [ "--with-v8js=${pkgs.v8_6_x}" ];
meta.broken = true;
};
xdebug = buildPecl rec {