forked from mirrors/nixpkgs
removed phpPackages.apc
We no longer build packages for php-5.4 and apc is obsolete and will not build for later versions of php. See #7615 and #7518.
This commit is contained in:
parent
ca03cf5c70
commit
2514f80bdf
|
@ -33,12 +33,6 @@ let self = with self; {
|
|||
sha256 = "0vss35da615709kdvqji8pblckfvmabmj2njjjz6h8zzvj9gximd";
|
||||
};
|
||||
|
||||
apc = buildPecl {
|
||||
name = "apc-3.1.13";
|
||||
|
||||
sha256 = "1gcsh9iar5qa1yzpjki9bb5rivcb6yjp45lmjmp98wlyf83vmy2y";
|
||||
};
|
||||
|
||||
zendopcache = buildPecl {
|
||||
name = "zendopcache-7.0.3";
|
||||
|
||||
|
|
Loading…
Reference in a new issue