mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
phpPackages.pcov: init at 1.0.6
This commit is contained in:
parent
a25dd40eb5
commit
734f89efd4
|
@ -245,6 +245,15 @@ let
|
|||
'';
|
||||
};
|
||||
|
||||
pcov = buildPecl {
|
||||
version = "1.0.6";
|
||||
pname = "pcov";
|
||||
|
||||
sha256 = "1psfwscrc025z8mziq69pcx60k4fbkqa5g2ia8lplb94mmarj0v1";
|
||||
|
||||
buildInputs = [ (if isPhp73 then pkgs.pcre2 else pkgs.pcre) ];
|
||||
};
|
||||
|
||||
pcs = buildPecl {
|
||||
version = "1.3.3";
|
||||
pname = "pcs";
|
||||
|
|
Loading…
Reference in a new issue