lol

exim: Fix build with LDAP (#56058)

The lber library is now required, see also:
https://bugs.archlinux.org/task/27509

authored by

Janne Heß and committed by
Dmitry Kalinkin
b2a6183f bcb168d0

+2 -2
+2 -2
pkgs/servers/mail/exim/default.nix
··· 47 47 ${stdenv.lib.optionalString enableLDAP '' 48 48 s:^# \(LDAP_LIB_TYPE=OPENLDAP2\)$:\1: 49 49 s:^# \(LOOKUP_LDAP=yes\)$:\1: 50 - s:^\(LOOKUP_LIBS\)=\(.*\):\1=\2 -lldap: 51 - s:^# \(LOOKUP_LIBS\)=.*:\1=-lldap: 50 + s:^\(LOOKUP_LIBS\)=\(.*\):\1=\2 -lldap -llber: 51 + s:^# \(LOOKUP_LIBS\)=.*:\1=-lldap -llber: 52 52 ''} 53 53 ${stdenv.lib.optionalString enableMySQL '' 54 54 s:^# \(LOOKUP_MYSQL=yes\)$:\1: