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}";
|
name = "Mozilla-Ldap-${version}";
|
||||||
version = "1.5.3";
|
version = "1.5.3";
|
||||||
USE_OPENLDAP = 1;
|
USE_OPENLDAP = 1;
|
||||||
LDAPSDKDIR = pkgs.openldap;
|
LDAPSDKDIR = pkgs.openldap.dev;
|
||||||
LDAPSDKLIBDIR = "${pkgs.openldap.out}/lib";
|
LDAPSDKLIBDIR = "${pkgs.openldap.out}/lib";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://ftp.mozilla.org/pub/directory/perldap/releases/${version}/src/perl-mozldap-${version}.tar.gz";
|
url = "https://ftp.mozilla.org/pub/directory/perldap/releases/${version}/src/perl-mozldap-${version}.tar.gz";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user