Some renaming for future variants
svn path=/nixpkgs/trunk/; revision=10343
This commit is contained in:
parent
4fe93e1b9a
commit
95f4acf31e
|
@ -1892,6 +1892,8 @@ rec {
|
|||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
fam = gamin;
|
||||
|
||||
gamin = import ../development/libraries/gamin {
|
||||
inherit fetchurl stdenv python pkgconfig;
|
||||
inherit (gtkLibs) glib;
|
||||
|
@ -2049,6 +2051,9 @@ rec {
|
|||
inherit aspell;
|
||||
};
|
||||
|
||||
# TODO : Add MIT Kerberos and let admin choose.
|
||||
kerberos = heimdal;
|
||||
|
||||
heimdal = import ../development/libraries/kerberos/heimdal.nix {
|
||||
inherit fetchurl stdenv readline db4 openssl openldap cyrus_sasl;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue