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:
parent
0eb4236f51
commit
b8dfd96154
@ -43,8 +43,8 @@ stdenv.mkDerivation rec {
|
|||||||
libsodium
|
libsodium
|
||||||
libtool
|
libtool
|
||||||
openssl
|
openssl
|
||||||
libxcrypt
|
|
||||||
] ++ lib.optionals (stdenv.isLinux) [
|
] ++ lib.optionals (stdenv.isLinux) [
|
||||||
|
libxcrypt # causes linking issues on *-darwin
|
||||||
systemdMinimal
|
systemdMinimal
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user