Skip to content

Commit 0c44802

Browse files
committed
phpExtensions.soap: add phpExtensions.session as internal deps.
Context: php/php-src#14362
1 parent 439832d commit 0c44802

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/top-level/php-packages.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,7 @@ in {
620620
"--enable-soap"
621621
];
622622
doCheck = false;
623+
internalDeps = [ php.extensions.session ];
623624
}
624625
{
625626
name = "sockets";

0 commit comments

Comments
 (0)