3
0
Fork 0
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:
Pascal Wittmann 2015-05-02 23:16:21 +02:00
parent ca03cf5c70
commit 2514f80bdf

View file

@ -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";