Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 06246ae93813
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 32c47aba87ef
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 30, 2019

  1. phpPackages.pcov: init at 1.0.6

    shyim committed Sep 30, 2019
    Copy the full SHA
    734f89e View commit details

Commits on Oct 27, 2019

  1. Merge pull request #70068 from shyim/add-pcov

    phpPackages.pcov: init at 1.0.6
    etu authored Oct 27, 2019
    Copy the full SHA
    32c47ab View commit details
Showing with 9 additions and 0 deletions.
  1. +9 −0 pkgs/top-level/php-packages.nix
9 changes: 9 additions & 0 deletions pkgs/top-level/php-packages.nix
Original file line number Diff line number Diff line change
@@ -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";