kerberos: Use default kerberos instead of krb5

This commit is contained in:
William A. Kennington III
2014-12-30 00:05:12 -08:00
parent 18892629c2
commit afeef240dc
10 changed files with 21 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, bison, flex, unixODBC
, openssl, openldap, cyrus_sasl, krb5, expat, SDL, libdv, libv4l, alsaLib }:
, openssl, openldap, cyrus_sasl, kerberos, expat, SDL, libdv, libv4l, alsaLib }:
stdenv.mkDerivation rec {
name = "ptlib-2.10.10";
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [ pkgconfig bison flex unixODBC openssl openldap
cyrus_sasl krb5 expat SDL libdv libv4l alsaLib ];
cyrus_sasl kerberos expat SDL libdv libv4l alsaLib ];
enableParallelBuilding = true;