Skip to content

Commit

Permalink
Merge pull request #59853 from Izorkin/php-xdebug
Browse files Browse the repository at this point in the history
phpPackages.xdebug: 2.6.1 -> 2.7.1
  • Loading branch information
etu authored Apr 19, 2019
2 parents 6e051ad + adaaeb9 commit 6e13c77
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions pkgs/top-level/php-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -158,21 +158,11 @@ let
buildInputs = [ pkgs.unixODBC ];
};

xdebug = if isPhp73 then xdebug73 else xdebug7;
xdebug = buildPecl rec {
version = "2.7.1";
name = "xdebug-${version}";

xdebug7 = assert !isPhp73; buildPecl {
name = "xdebug-2.6.1";

sha256 = "0xxxy6n4lv7ghi9liqx133yskg07lw316vhcds43n1sjq3b93rns";

doCheck = true;
checkTarget = "test";
};

xdebug73 = assert isPhp73; buildPecl {
name = "xdebug-2.7.0beta1";

sha256 = "1ghh14z55l4jklinkgjkfhkw53lp2r7lgmyh7q8kdnf7jnpwx84h";
sha256 = "1hr4gy87a3gp682ggwp831xk1fxasil9wan8cxv23q3m752x3sdp";

doCheck = true;
checkTarget = "test";
Expand Down

0 comments on commit 6e13c77

Please sign in to comment.