mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
php: import apc 3.1.13
This commit is contained in:
parent
57eaced234
commit
98dfd12456
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue