phpPackages: Init at php72Packages

This commit is contained in:
Elis Hirwing 2017-12-05 22:08:02 +01:00
parent 4ef2695284
commit a3edbc1399
No known key found for this signature in database
GPG key ID: D57EFA625C9A925F

View file

@ -6770,6 +6770,11 @@ with pkgs;
php = php71;
});
php72Packages = recurseIntoAttrs (callPackage ./php-packages.nix {
php = php72;
});
inherit (callPackages ../development/interpreters/php { })
php56
php70