mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
perlPackages.MozillaLdap: Reference correct output of openldap
This commit is contained in:
parent
1187b00e58
commit
c57d6821aa
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue