openldap: fixup build on *-darwin

https://hydra.nixos.org/build/195641103

This essentially partially reverts dd331ad167.
I don't expect issues, as libxcrypt it meant to replace parts dropped
from glibc which's never been used on *-darwin anyway.
This commit is contained in:
Vladimír Čunát 2022-10-20 09:50:42 +02:00
parent 0eb4236f51
commit b8dfd96154
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -43,8 +43,8 @@ stdenv.mkDerivation rec {
libsodium
libtool
openssl
libxcrypt
] ++ lib.optionals (stdenv.isLinux) [
libxcrypt # causes linking issues on *-darwin
systemdMinimal
];