Merge pull request #316512 from drupol/php/update-soap-extension

phpExtensions.soap: add `phpExtensions.session` as internal deps.
This commit is contained in:
Pol Dellaiera 2024-06-02 11:28:17 +02:00 committed by GitHub
commit 10100f9b1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -620,6 +620,7 @@ in {
"--enable-soap"
];
doCheck = false;
internalDeps = [ php.extensions.session ];
}
{
name = "sockets";