Merge pull request #2848 from proger/php-apc

php: import apc 3.1.13
This commit is contained in:
Shea Levy 2014-06-06 09:57:28 -04:00
commit 05b6bdb6f9

View File

@ -40,4 +40,12 @@ let self = with self; {
sha256 = "0vss35da615709kdvqji8pblckfvmabmj2njjjz6h8zzvj9gximd";
};
};
apc = buildPecl rec {
name = "apc-3.1.13";
src = pkgs.fetchurl {
url = "http://pecl.php.net/get/${name}.tgz";
sha256 = "1gcsh9iar5qa1yzpjki9bb5rivcb6yjp45lmjmp98wlyf83vmy2y";
};
};
}; in self