phpPackages: disable build with php73

This commit is contained in:
Izorkin 2018-12-10 19:56:34 +03:00 committed by Franz Pletz
parent 2fb2d1f67a
commit b0b623e034
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -100,7 +100,7 @@ let
sha256 = "105nyn703k9p9c7wwy6npq7xd9mczmmlhyn0gn2v2wz0f88spjxs";
};
mailparse = buildPecl {
mailparse = assert !isPhp73; buildPecl {
name = "mailparse-3.0.2";
sha256 = "0fw447ralqihsjnn0fm2hkaj8343cvb90v0d1wfclgz49256y6nq";
@ -166,7 +166,7 @@ let
nativeBuildInputs = [ pkgs.pkgconfig ];
};
zmq = buildPecl {
zmq = assert !isPhp73; buildPecl {
name = "zmq-1.1.3";
sha256 = "1kj487vllqj9720vlhfsmv32hs2dy2agp6176mav6ldx31c3g4n4";