3
0
Fork 0
forked from mirrors/nixpkgs

php: 5.6 -> 7.0

I'll probably regret this in testing period, but let's bump php
since 5.6 support expires in December.
This commit is contained in:
Domen Kožar 2016-09-01 21:10:20 +02:00
parent 20cebe22c4
commit 7c71a897dd

View file

@ -5851,9 +5851,9 @@ in
inherit (callPackages ../development/interpreters/perl {}) perl perl520 perl522;
php = php56;
php = php70;
phpPackages = php56Packages;
phpPackages = php70Packages;
php56Packages = recurseIntoAttrs (callPackage ./php-packages.nix {
php = php56;