phpPackages: add build phpPackages with php-unit

This commit is contained in:
Izorkin 2018-12-08 11:07:45 +03:00
parent ef5161984c
commit 35eb1c21dc

View File

@ -7829,6 +7829,15 @@ in
php = php72;
});
phpPackages-unit = php72Packages-unit;
php71Packages-unit = recurseIntoAttrs (callPackage ./php-packages.nix {
php = php71-unit;
});
php72Packages-unit = recurseIntoAttrs (callPackage ./php-packages.nix {
php = php72-unit;
});
inherit (callPackages ../development/interpreters/php { })
php71
php72;