mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
phpPackages: also default to 7.1
This commit is contained in:
parent
183eeb3c0f
commit
ac8fabd0e0
@ -5806,8 +5806,7 @@ with pkgs;
|
||||
pachyderm = callPackage ../applications/networking/cluster/pachyderm { };
|
||||
|
||||
php = php71;
|
||||
|
||||
phpPackages = php70Packages;
|
||||
phpPackages = php71Packages;
|
||||
|
||||
php56Packages = recurseIntoAttrs (callPackage ./php-packages.nix {
|
||||
php = php56;
|
||||
|
Loading…
Reference in New Issue
Block a user