1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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 {