Revert "Fix krb5 reference"
This reverts commit 9f0da5315b4595c45ace01727808e2ae8750efc0.
This commit is contained in:
parent
93bd7f95aa
commit
832aeb66f8
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, perl, pam, nspr, nss, openldap, db, cyrus_sasl
|
{ stdenv, fetchurl, pkgconfig, perl, pam, nspr, nss, openldap, db, cyrus_sasl
|
||||||
, svrcore, icu, net_snmp, libkrb5, pcre, perlPackages
|
, svrcore, icu, net_snmp, kerberos, pcre, perlPackages
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "1.3.3.9";
|
version = "1.3.3.9";
|
||||||
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig perl pam nspr nss openldap db cyrus_sasl svrcore icu
|
pkgconfig perl pam nspr nss openldap db cyrus_sasl svrcore icu
|
||||||
net_snmp libkrb5 pcre
|
net_snmp kerberos pcre
|
||||||
] ++ (with perlPackages; [ MozillaLdap NetAddrIP DBFile ]);
|
] ++ (with perlPackages; [ MozillaLdap NetAddrIP DBFile ]);
|
||||||
|
|
||||||
# TODO: Fix bin/ds-logpipe.py, bin/logconv, bin/cl-dump
|
# TODO: Fix bin/ds-logpipe.py, bin/logconv, bin/cl-dump
|
||||||
|
@ -8588,7 +8588,7 @@ let
|
|||||||
### SERVERS
|
### SERVERS
|
||||||
|
|
||||||
"389-ds-base" = callPackage ../servers/ldap/389 {
|
"389-ds-base" = callPackage ../servers/ldap/389 {
|
||||||
kerberos = libkrb5;
|
kerberos = krb5;
|
||||||
};
|
};
|
||||||
|
|
||||||
rdf4store = callPackage ../servers/http/4store { };
|
rdf4store = callPackage ../servers/http/4store { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user