Heimdal Kerberos added
svn path=/nixpkgs/trunk/; revision=10336
This commit is contained in:
parent
296936ed73
commit
b40d1ace2e
12
pkgs/development/libraries/kerberos/heimdal.nix
Normal file
12
pkgs/development/libraries/kerberos/heimdal.nix
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
args: with args;
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
|
name = "heimdal-1.0.2";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = "http://ftp.pdc.kth.se/pub/heimdal/src/${name}.tar.gz";
|
||||||
|
sha256 = "1h4x41lpv2abpv5l3yjd58pfzs0kkp5sbnih9iykhwd6sii1iig5";
|
||||||
|
};
|
||||||
|
|
||||||
|
configureFlags = "--enable-shared --disable-static --with-openldap=${openldap}";
|
||||||
|
buildInputs = [ readline db4 openssl openldap cyrus_sasl ];
|
||||||
|
}
|
@ -2044,6 +2044,10 @@ rec {
|
|||||||
inherit aspell;
|
inherit aspell;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
heimdal = import ../development/libraries/kerberos/heimdal.nix {
|
||||||
|
inherit fetchurl stdenv readline db4 openssl openldap cyrus_sasl;
|
||||||
|
};
|
||||||
|
|
||||||
hsqldb = import ../development/libraries/java/hsqldb {
|
hsqldb = import ../development/libraries/java/hsqldb {
|
||||||
inherit stdenv fetchurl unzip;
|
inherit stdenv fetchurl unzip;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user