phpPackages: Init at php72Packages

This commit is contained in:
Elis Hirwing
2018-01-01 18:28:43 +01:00
parent 4ef2695284
commit a3edbc1399
+5
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