summary refs log tree commit diff
path: root/pkgs/development/php-packages/pcov/default.nix
blob: 1422e1b176d4783225c1444de086c3017778f55b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{ buildPecl, lib, pcre' }:

buildPecl {
  pname = "pcov";

  version = "1.0.8";
  sha256 = "sha256-6rbniyxLIHPW/e+eWZN1qS8F1rOB7ld1N8JKUS1geRQ=";

  buildInputs = [ pcre' ];

  meta.maintainers = lib.teams.php.members;
}