php: do not pull git submodules

when composer is installing from source it ignores
git submodules, do the same
This commit is contained in:
Martin Toman 2022-09-26 09:55:16 -07:00
parent 5363f36f82
commit a7ca27492c

View File

@ -302,6 +302,7 @@ in {
then {
inherit (rawObj.source) type url;
rev = rawObj.source.reference;
submodules = false;
}
else if rawObj ? "dist" && rawObj.dist.type == "path"
then {