php-packages/mongodb: fix evaluation on darwin
Regressed in 5ad7fb28
(PR #114551).
It was a channel blocker, through the tarball job:
https://hydra.nixos.org/build/137987705
This commit is contained in:
parent
31a050c427
commit
d2b35b0fc6
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ buildPecl {
|
|||
snappy
|
||||
zlib
|
||||
pcre'
|
||||
] ++ lib.optionals (stdenv.isDarwin) darwin.apple_sdk.frameworks.Security;
|
||||
] ++ lib.optional stdenv.isDarwin darwin.apple_sdk.frameworks.Security;
|
||||
|
||||
meta.maintainers = lib.teams.php.members;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue