mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
phpPackages: disable build with php73
This commit is contained in:
parent
2fb2d1f67a
commit
b0b623e034
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user