1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

phpExtensions.soap: add phpExtensions.session as internal deps.

Context: https://github.com/php/php-src/pull/14362
This commit is contained in:
Pol Dellaiera 2024-06-01 22:48:14 +02:00
parent 439832d6bf
commit 0c44802ac4
No known key found for this signature in database
GPG key ID: D476DFE9C67467CA

View file

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