Heimdal Kerberos added
svn path=/nixpkgs/branches/stdenv-updates/; revision=10162
This commit is contained in:
parent
c7b5286d83
commit
9b6e1c8c08
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
libXrender libXScrnSaver libXt libXtst libXv libXxf86misc libxkbfile zlib
|
libXrender libXScrnSaver libXt libXtst libXv libXxf86misc libxkbfile zlib
|
||||||
perl qt openssl pcre pkgconfig libjpeg libpng libtiff libxml2 libxslt expat
|
perl qt openssl pcre pkgconfig libjpeg libpng libtiff libxml2 libxslt expat
|
||||||
libtool freetype bzip2 shared_mime_info alsaLib libungif cups
|
libtool freetype bzip2 shared_mime_info alsaLib libungif cups
|
||||||
gettext enchant openexr aspell stdenv.gcc.libc jasper
|
gettext enchant openexr aspell stdenv.gcc.libc jasper heimdal
|
||||||
] ++ kdesupport.all;
|
] ++ kdesupport.all;
|
||||||
buildInputs = [ cmake ];
|
buildInputs = [ cmake ];
|
||||||
patchPhase = "cp ${findIlmBase} ../cmake/modules/FindIlmBase.cmake;
|
patchPhase = "cp ${findIlmBase} ../cmake/modules/FindIlmBase.cmake;
|
||||||
|
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 ];
|
||||||
|
}
|
@ -1948,6 +1948,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;
|
||||||
};
|
};
|
||||||
@ -4677,7 +4681,7 @@ rec {
|
|||||||
inherit
|
inherit
|
||||||
fetchurl fetchsvn zlib perl openssl pcre pkgconfig libjpeg libpng libtiff
|
fetchurl fetchsvn zlib perl openssl pcre pkgconfig libjpeg libpng libtiff
|
||||||
libxml2 libxslt libtool libusb expat freetype bzip2 cmake cluceneCore libgcrypt gnupg
|
libxml2 libxslt libtool libusb expat freetype bzip2 cmake cluceneCore libgcrypt gnupg
|
||||||
cppunit cyrus_sasl openldap enchant exiv2 samba nss log4cxx aspell
|
cppunit cyrus_sasl openldap enchant exiv2 samba nss log4cxx aspell heimdal
|
||||||
shared_mime_info alsaLib libungif cups mesa boost gpgme gettext redland
|
shared_mime_info alsaLib libungif cups mesa boost gpgme gettext redland
|
||||||
xineLib libgphoto2 djvulibre libogg flac lame libvorbis poppler readline
|
xineLib libgphoto2 djvulibre libogg flac lame libvorbis poppler readline
|
||||||
saneBackends chmlib python libzip gmp sqlite libidn runCommand lib
|
saneBackends chmlib python libzip gmp sqlite libidn runCommand lib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user