mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
phpExtensions.soap: add phpExtensions.session as internal deps.
Context: https://github.com/php/php-src/pull/14362
This commit is contained in:
@@ -620,6 +620,7 @@ in {
|
||||
"--enable-soap"
|
||||
];
|
||||
doCheck = false;
|
||||
internalDeps = [ php.extensions.session ];
|
||||
}
|
||||
{
|
||||
name = "sockets";
|
||||
|
||||
Reference in New Issue
Block a user