switch to php5.6 as default version
This commit is contained in:
parent
cb904510a6
commit
ec10a5a675
1 changed files with 1 additions and 1 deletions
|
@ -4609,7 +4609,7 @@ let
|
|||
|
||||
perl = if system != "i686-cygwin" then perl520 else sysPerl;
|
||||
|
||||
php = php54;
|
||||
php = php56;
|
||||
|
||||
phpPackages = recurseIntoAttrs (import ./php-packages.nix {
|
||||
inherit php pkgs;
|
||||
|
|
Loading…
Reference in a new issue