phpPackages.pcov: init at 1.0.6

This commit is contained in:
Soner Sayakci 2019-09-30 18:08:20 +02:00
parent a25dd40eb5
commit 734f89efd4
No known key found for this signature in database
GPG key ID: C744D31BC99BCBB9

View file

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