perlPackages.MozillaLdap: Reference correct output of openldap
This commit is contained in:
parent
1187b00e58
commit
c57d6821aa
@ -9214,7 +9214,7 @@ let self = _self // overrides; _self = with self; {
|
||||
name = "Mozilla-Ldap-${version}";
|
||||
version = "1.5.3";
|
||||
USE_OPENLDAP = 1;
|
||||
LDAPSDKDIR = pkgs.openldap;
|
||||
LDAPSDKDIR = pkgs.openldap.dev;
|
||||
LDAPSDKLIBDIR = "${pkgs.openldap.out}/lib";
|
||||
src = fetchurl {
|
||||
url = "https://ftp.mozilla.org/pub/directory/perldap/releases/${version}/src/perl-mozldap-${version}.tar.gz";
|
||||
|
Loading…
Reference in New Issue
Block a user