php74Packages-unit: init packages for php74-unit

This commit is contained in:
Elis Hirwing 2019-11-21 22:31:51 +01:00
parent 9b52340a2b
commit 83de83ad3e
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F

View File

@ -9092,6 +9092,10 @@ in
php = php73-unit;
});
php74Packages-unit = recurseIntoAttrs (callPackage ./php-packages.nix {
php = php74-unit;
});
inherit (callPackages ../development/interpreters/php {
stdenv = if stdenv.cc.isClang then llvmPackages_6.stdenv else stdenv;
})