mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
phpPackages.v8: mark broken
This commit is contained in:
parent
fb0f967d75
commit
4ae3ce9b42
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user